You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lettuce now emits events to Java Flight Recorder through the EventRecorder abstraction that adopts Lettuce Events into JFR Events.
The following event types are emitted:
* Connection events (creation, connected/disconnected, connection activated/deactivated)
* Cluster events (Moved/Ask redirections, Topology updates)
* Master/Replica events (Topology updates)
It would make sense to emit JFR events for easier tracing. Candidates for events are:
The text was updated successfully, but these errors were encountered: