Appending streams during runtime to stream consumers #162
rahulswaminathan
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
It should be possible, basically we'd have to allow a kind of |
Beta Was this translation helpful? Give feedback.
1 reply
-
@rahulswaminathan I think it would look something like this |
Beta Was this translation helpful? Give feedback.
2 replies
-
@rahulswaminathan this change is now in master and will be available in the upcoming |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @alisaifee,
In stream consumer API (both standalone and group), all streams and its parameters have to be sent during
Consumer/GroupConsumer
initialisation. I was thinking if there could be a public method to add streams after initialisation too likeadd_stream
. What do you think?Beta Was this translation helpful? Give feedback.
All reactions