Redis – Kafka get to know when related messages are consumed
is there any way, in Kafka, to produce a message once several related messages have been consumed ? (without having to manually control it at the application code...) The use case would be to pick a huge file, split it…