Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for kt: tags in plog-kafka #52

Closed
pcarrier opened this issue Apr 10, 2014 · 1 comment · Fixed by #66
Closed

Support for kt: tags in plog-kafka #52

pcarrier opened this issue Apr 10, 2014 · 1 comment · Fixed by #66
Assignees

Comments

@pcarrier
Copy link
Contributor

  • If a message has kt:foo and kt:bar tags, forward the message to the foo and bar topics.
  • Configuration now specifies a default topic, used for messages that do not have such tags.
  • If the default topic is not set, a warning is printed on startup and messages are ignored (allows for more clever pipelines)
  • The magical value null can be used for the default or tag to avoid sending to Kafka, for example for warmup or to use the same port for multiple sinks and client-side routing.
@pcarrier pcarrier added the rfc label Apr 10, 2014
@pcarrier pcarrier changed the title [RFC] Support for kt: tags in plog-kafka Support for kt: tags in plog-kafka Apr 10, 2014
@nelgau
Copy link

nelgau commented Apr 10, 2014

Yup! 👍

@pcarrier pcarrier added enhancement and removed rfc labels Apr 10, 2014
@pcarrier pcarrier self-assigned this Apr 10, 2014
pcarrier pushed a commit that referenced this issue May 5, 2014
pcarrier pushed a commit that referenced this issue May 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants