Replies: 2 comments 3 replies
-
The design is to capture the start time of |
Beta Was this translation helpful? Give feedback.
3 replies
-
I created an issue out of the discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know the reason of only publishing
TopologyRefreshEvent
to EventRecorder as implemented here. My app subscribe to all events on event bus but does not receive anyTopologyRefreshEvent
so I assume the current implementation of EventRecorder does not publish to event bus but only JFR, is that correct? Could we consider dual-publishing it to event bus as well? I am happy to create a PR if this idea sounds good.Here are my reasons why we want this:
Beta Was this translation helpful? Give feedback.
All reactions