I am trying to create a kafka stream using processor api as i have custom process. I faced an issue when my processor was listning to multiple topics with different number of partitions. I realized i need to create a global state store. I need to know how to be able to add a processor and also add a global state store while that listens to multiple topics?
Any code examples or links will help. Thank You!!