开发者

Is it possible to set Delivery Time on kafka

开发者 https://www.devze.com 2022-12-07 19:54 出处:网络
I\'m new to kafka. For example I post a message to topic via producer. All subscriber in that topic will get notified.

I'm new to kafka. For example I post a message to topic via producer. All subscriber in that topic will get notified.

But I want to send delayed message based on scheduled time. I will post message with delivery time. And also i need to create multiple topics with different delivery time

Ex

> Topic: Topic_1, Message:"Good Morning", Delivery Time:9:00:00
> Topic: Topic_1, Message:"Good Afternoon", Delivery Ti开发者_C百科me:13:00:00
> Topic: Topic_2, Message:"Good Morning", Delivery Time:9:30:00
> Topic: Topic_2, Message:"Good Afternoon", Delivery Time:13:30:00

Is it possible to do this? Or any other tools or software is available for my requirement? Or any other Technic/Method to do it via coding? i'm using php or Go Lang

0

精彩评论

暂无评论...
验证码 换一张
取 消