Replication Factor Of Streams #576
Closed
NikitaStriga
started this conversation in
General
Replies: 1 comment
-
It is not possible to "ban" a stream from replication on specific nodes. You have a level of control over the leader location (see in the stream locator) and it is possible to rebalance replicas from the CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
As per stream docs replication-factor we have an opportunity to specify replication factor of the stream. Is it possible to specify it with stream java client? I haven't found the method in StreamCreator to specify it. Or mb it is a feature only for stream core project and using stream protocol streams have to be replicated across all nodes?
Also if we can controll replication factor can I for example specify that I want to replicate my stream only to nodes 1,2 and ban it from replication for node 3,4?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions