-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Kafka consumer input plugin has already the ability to read from multiple topics, however it does not retain the topic which the data was read from. That data is very useful to introduce some smart routing down the line. The change adds the topic as a tag. The tag name is configurable. Added some basic tests, and tested on multiple kafka clusters.
- Loading branch information
Sebastien Le Digabel
committed
Nov 28, 2018
1 parent
581772a
commit 79b1d1f
Showing
3 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters