Push logs of different namespaces to different kafka clusters #20566
Answered
by
jszwedko
ShahroZafar
asked this question in
Q&A
-
We have a use case where we want to send logs of different namespaces to different kafka clusters. Is it possible to dynamically set the inputs or broker endpoints to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
May 28, 2024
Replies: 1 comment 1 reply
-
Unfortunately not, you would need seperate |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ShahroZafar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately not, you would need seperate
kafka
sinks to be defined and to use aroute
transform to route between them.