What's Changed
- Fix / Update test services by @maxekman in #373
- feat(commands): add a list func to export registered commands by @klowdo in #374
- Update the Slack sign-up link in the README.md by @zdraganov in #376
- add option to set kafka's StartOffset on the consumer by @JohnRoesler in #379
- allow overriding kafka eventbus topic name by @JohnRoesler in #380
- Avoid reusing variable name + ensure not nil check by @qzio in #385
- set eventStore variable in the inner check by @qzio in #384
- Add option to provide pubsub configuration for topic by @marcwickenden in #382
- support clustered kafka brokers in the form of string delimited list by @JohnRoesler in #387
- split the kafka addr right away as it's used a few places inside NewEventBus() by @JohnRoesler in #388
- fix(eventstore/mongodb): pass context with transaction to inTx handler by @klowdo in #386
- Ephemeral observer middleware by @dhogborg in #390
- Add retry on kafka event handlers by @klowdo in #395
- Eventstore snapshot by @klowdo in #396
New Contributors
- @klowdo made their first contribution in #374
- @zdraganov made their first contribution in #376
- @JohnRoesler made their first contribution in #379
- @marcwickenden made their first contribution in #382
Full Changelog: v0.15.5...v0.16.0