My understanding is I can filter data using stream and put it to specific topics.
Problem : The producer sends data with field country. Then stream processing filters these data and puts to topics by country code.
As result those consumers who are subscribed to specific countries(code) would get message.
Problem is it requires a lot of topics by count of countries. And in the feature I need to do the same with countries.
How to organize it in Kafka and filter data?