Is there a way to share the same EventLoop from VertX when creating a Lettuce-io Redis Client?
Asked
Active
Viewed 365 times
2
-
1Why not use the Vert.x Redis client? – tsegismont Sep 24 '19 at 07:52
1 Answers
0
Currently not possible.
See this issue and this one which made the lettuce team to adopt Vert.x redis client because at the time, there was no way to to use the same event loop on Vertx and lettuce.

Tcheutchoua Steve
- 526
- 5
- 11