You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be problematic if you don't have the original parameters. For example, if the start_consumer_from_sequence was 50, you'd get the following error:
memphis: consumer already exists with different uneditable configuration parameters (StartConsumeFromSequence/LastMessages)
It would useful to support deleting a consumer without having to first create it. Something like:
This would make it easier to support recovery and time travel (replaying messages) for streaming engines that expect to be able to own and set the starting sequence number.
The text was updated successfully, but these errors were encountered:
Currently, to destroy a consumer, you first have to create a consumer object.:
This can be problematic if you don't have the original parameters. For example, if the
start_consumer_from_sequence
was 50, you'd get the following error:It would useful to support deleting a consumer without having to first create it. Something like:
This would make it easier to support recovery and time travel (replaying messages) for streaming engines that expect to be able to own and set the starting sequence number.
The text was updated successfully, but these errors were encountered: