-
Notifications
You must be signed in to change notification settings - Fork 55
Closed as not planned
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.no-auto-closureWe do not want this issue to be automatically closed.We do not want this issue to be automatically closed.
Description
Community Note
- Please vote on this issue by adding a π reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment
Describe the Feature
Support the ability to use the Kotlin SDK (JVM platform) from Java programs.
Is your Feature Request related to a problem?
Currently the Kotlin SDK does not provide a way of calling service operations in a way that is compatible with Java. Additionally, the model type builders, while technically usable, are not simple or obvious to use when coming from a Java builder perspective.
Proposed Solution
Provide a capability in the SDK such that SDK functionality can be used from Java. This may be built-in or as an additional add-on layer.
Describe alternatives you've considered
Due to inherent compatibility issues between Kotlin and Java concurrency, there is not a way of enabling Java interop without updating the codegen on service client interfaces and their implementations.
Additional Context
- I may be able to implement this feature request
davidnmitchell-church
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.no-auto-closureWe do not want this issue to be automatically closed.We do not want this issue to be automatically closed.