restatedev / restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
https://docs.restate.dev
Other
1.65k stars 37 forks source link

Kafka subscriptions should be 'suspendable' #2011

Open jackkleeman opened 1 month ago

jackkleeman commented 1 month ago

ie, you can set suspended=true in which case they are paused, without having to delete them entirely

slinkydeveloper commented 1 month ago

is it ok now as workaround to simply remove the subscription, but using always a stable group.id? This should prevent reconsuming the topic from the beginning every time

jackkleeman commented 1 month ago

sure, this issue is mainly as a QoL feature