Is it possible, in a kafka streaming job, to write to another topic based on the key in the messages?
For example, say the message is: 123456#{"id":56789,"type":1} where the key is 123456, # is the delimeter, and the {} is the json data. And I want to push the json data to another topic that will have the name 123456_lv2. Is this possible with kafka streaming?