Skip to content
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

[WIP] Java: NIO - breaking change #3020

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

[WIP] Java: NIO - breaking change #3020

wants to merge 5 commits into from

Conversation

Yury-Fridlyand
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand commented Jan 28, 2025

Breaking change:
UDS support was added to java in version 16. Currently client works on java 11+ because it uses a native netty component to work with UDS.

For testing purposes I removed epoll and kqueue handlers and all tests pass. That confirms that NIO works on all platforms and could be used as a fallback.

Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand added java issues and fixes related to the java client dependency Dependency management labels Jan 28, 2025
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand changed the title [WIP] Java: NIO [WIP] Java: NIO - breaking change Feb 3, 2025
@Yury-Fridlyand Yury-Fridlyand added the breaking breaking changes label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking breaking changes dependency Dependency management java issues and fixes related to the java client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant