Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
135 views
in Technique[技术] by (71.8m points)

Automate subscription to Kafka topic

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...