-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the option to fetch the paramters as Map from Selector #64
Comments
vanny96
added a commit
to vanny96/zenoh-kotlin
that referenced
this issue
Apr 6, 2024
vanny96
added a commit
to vanny96/zenoh-kotlin
that referenced
this issue
Apr 6, 2024
Signed-off-by: Giovanni Barbaro <[email protected]>
vanny96
added a commit
to vanny96/zenoh-kotlin
that referenced
this issue
Apr 6, 2024
Signed-off-by: Giovanni Barbaro <[email protected]>
Hi! Thanks for reporting this, indeed that's one of the features that are missing. There are a couple of other functionalities on the Selector that need to be implemented, I opened issue #67 for that.
I'd rather minimize the reliance on external libs if possible. I haven't yet reviewed your PR, will do so now :) |
vanny96
added a commit
to vanny96/zenoh-kotlin
that referenced
this issue
May 14, 2024
Signed-off-by: Giovanni Barbaro <[email protected]>
vanny96
added a commit
to vanny96/zenoh-kotlin
that referenced
this issue
May 14, 2024
Signed-off-by: Giovanni Barbaro <[email protected]>
vanny96
added a commit
to vanny96/zenoh-kotlin
that referenced
this issue
May 14, 2024
Signed-off-by: Giovanni Barbaro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
The rust API for the
Selector
class allows to retrieve the paramaters as a map with theparameters_map
method. It would be nice to have such a feature in the kotlin API.This could be implemented either through the JNI, reusing the existing logic used in Rust, or reimplemented in Kotlin using libraries such as
httpcomponents-client
.Any opinions on this?
The text was updated successfully, but these errors were encountered: