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

Introduce APIs to register endHandler and exceptionHandler in Redis client (Pub/Sub) #28696

Closed
Eng-Fouad opened this issue Oct 19, 2022 · 3 comments · Fixed by #28695
Closed
Labels
area/redis kind/enhancement New feature or request
Milestone

Comments

@Eng-Fouad
Copy link
Contributor

Eng-Fouad commented Oct 19, 2022

Description

Currently, there is no API to catch exceptions occurs at connection level and there is no API to handle onClose events, when using subscribe commands.

Implementation ideas

The underlying client (vert.x Redis Client) exposes RedisConnection#endHandler and RedisConnection#exceptionHandler which are used to register callbacks.

@Eng-Fouad Eng-Fouad added the kind/enhancement New feature or request label Oct 19, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 19, 2022

/cc @cescoffier, @gsmet, @machi1990

@Eng-Fouad
Copy link
Contributor Author

@cescoffier @gsmet Will this feature be integrated with the next release?

@cescoffier
Copy link
Member

It will be in 2.14.

@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redis kind/enhancement New feature or request
Projects
None yet
2 participants