Skip to content

Support for multiple kafka topics

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 02:49
· 899 commits to master since this release
9d0e2d0

It is now possible to read (and relay) from multiple topics at the same time for Kafka.

To read/relay for multiple topics, specify multiple --topic flags (or separate topic names with comma, if using env vars).

Also:

  • Fixed a relay recovery bug that can occur if Kafka broker temporarily goes away
  • Fixed stats display bug (was not including the relay type in output)