ballerina-platform / ballerina-lang

The Ballerina Programming Language

Home Page:https://ballerina.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Improvement]: Make Ballerina bindings generated by the `bindgen` tool isolated.

sameerajayasoma opened this issue · comments

Description

Currently, bindings generated by the bindgen tool are not marked as isolated. Without this capability, it's impossible to write isolated services.

Describe your problem(s)

No response

Describe your solution(s)

My recommendation is to generate bindings marked as isolated by default and provide an option to disable them.

Related area

-> Bindgen Tool

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

This is a blocker for anyone who wants to write isolated services that use generated bindings.

This is a blocker for anyone who wants to write isolated services that use generated bindings.

@sameerajayasoma Ack. will look into the possibility of this. btw I guess you prefer to include this support in update 10? :)

This is a blocker for anyone who wants to write isolated services that use generated bindings.

@sameerajayasoma Ack. will look into the possibility of this. btw I guess you prefer to include this support in update 10? :)

Even update 9 should be fine :)