looplab / eventhorizon

Event Sourcing for Go!
Apache License 2.0
1.59k stars 195 forks source link

split the kafka addr right away as it's used a few places inside NewEventBus() #388

Closed JohnRoesler closed 2 years ago

JohnRoesler commented 2 years ago

Description

addr is used inside the NewEventBus() func - i missed that on the previous PR. this fixes that and adjusts it to be a slice of strings on the struct.

Affected Components

Related Issues

123

Solution and Design

Short description of the solution.

Steps to test and verify

  1. ...
coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.09%) to 68.746% when pulling 873d2430222fc7fcbc3eceb52e29e2e3e22a36d1 on JohnRoesler:kafka-addr into ba75821b189d3a89b12ab32785febbdc1ad6e9cb on looplab:main.