Hello,
Is it possible to choose group of broker for one topic and replicas ?
Describe:
I have cluster with 8 brokers and I want to have topic with 2 partitions and 2 replicas
all of partitions should use only brokers 0,1,2,3
paritiotns 2
replication factor 3
if I use --replica-assigment switch I have to choose which broker is for partition but I want that kafka should choose broker for partition and choose only in first 4 brokers group
Is it possible ?