Suppose, there is a Kafka topic T having messages that could be categorized under type A, B, C, D, E.
We want to automate the process where someone could subscribe to topic T to read one or more type of messages and then push them to a new Kafka Topic.
Any suggestions?
Edit: Messages are not equally divided among the message types. Type A message could be 1% of Type B messages. Also, the type of messages could be 20 and change over time(type A to E are just for illustration).
question from:
https://stackoverflow.com/questions/65950624/automate-subscription-to-kafka-topic 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…