Internal events: consider adding a new field, the associated client connection's IP address #8447
Replies: 3 comments
-
This is exactly why client-provided connection names were introduced several years ago. Not all internal events have enough context to access to the client connection, leave alone its socket details. If something |
Beta Was this translation helpful? Give feedback.
-
Or you can use separate users for separate services. "User that performed the action" is also available for most if not all events, and it has been the case for years. In fact, you have it listed in the example event. |
Beta Was this translation helpful? Give feedback.
-
Two more arguments against this feature:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
We have a problem with detecting the microservice that deletes queues, exchanges, etc. in RabbitMQ. The events from Event Exchange Plugin contain information about user that performed the action, but we need to find out the microservice IP address, because it uses the main RabbitMQ credentials for its actions.
Now in the event we can see only the following information:
Describe the solution you'd like
The Event Exchange Plugin events contain IP address of the one who performed the action.
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions