I am running two schema registry for same kafka broker cluster with different kafkastore.topic
on different machine.
kafkastore.topic=_DEV_schemas
kafkastore.topic=_QA_schemas
The instance comes without any issues and runs fine. But the problem start when i tries to create a new schema on DEV its goes to QA. so,
Is it not possible to run two different schema-registry for same broker cluster?
Thanks.