Skip to content

[Feature]: Feeding kafka messages through the same broker instance #40

@PawelPlesniak

Description

@PawelPlesniak

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions