looplab / eventhorizon

Event Sourcing for Go!
Apache License 2.0
1.57k stars 196 forks source link

support clustered kafka brokers in the form of string delimited list #387

Closed JohnRoesler closed 2 years ago

JohnRoesler commented 2 years ago

Description

existing users won't be impacted as a single addr in the string still works. now you can pass comma delimited and it will split

Affected Components

Related Issues

Solution and Design

Short description of the solution.

Steps to test and verify

  1. ...
coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.06%) to 68.802% when pulling b98683231883adff826147d3c764f7cb1b89a33f on JohnRoesler:support-clustered-kafka into d9133a08eca7f4009fb9f22907bb3199dafdca2d on looplab:main.