Replies: 1 comment 1 reply
-
Hello @fkneist, Yes it is possible to delete a schedule not yet triggered, what to have to do is to send a schedule withe corresponding schedule-id with a nil payload (Value is nil), this is a tombstone message and it will remove the schedule from the scheduler, kafka will also delete all the messages with this key when compaction will occur. For more information you can check the client lib: Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I send an event to kafka-message-scheduler at 10:00 because I want to trigger sending an email at 16:00. Meanwhile, circumstances change and at 13:00 I know, "I don't want to send that email anymore", is there a way to "cancel" or delete a scheduled event then?
Beta Was this translation helpful? Give feedback.
All reactions