Description
In an attempt to reduce the number of kafka handlers we have per application, we can feed all the messages through a single broker, going to separate topics.
In the case of drunc, this will reduce the number of kafka brokers from 3 (broadcast, opmon, ers through logging) to 1 (broadcast, opmon, and ers ALL through logging handlers). This will also reduce the requirement for the broadcasted decorator, simplifying signature checking.
Potential impact radius
Small/Isolated
Reason for change
No response
Suggested implementations
No response
Testing suggestions
No response
Anything else?
No response
Description
In an attempt to reduce the number of kafka handlers we have per application, we can feed all the messages through a single broker, going to separate topics.
In the case of drunc, this will reduce the number of kafka brokers from 3 (broadcast, opmon, ers through logging) to 1 (broadcast, opmon, and ers ALL through logging handlers). This will also reduce the requirement for the
broadcasteddecorator, simplifying signature checking.Potential impact radius
Small/Isolated
Reason for change
No response
Suggested implementations
No response
Testing suggestions
No response
Anything else?
No response