Open mihaitodor opened 4 months ago
I also encounter the same issue when attempting to DELETE, PUT, or PATCH a stream via the REST API.
However, unlike the original poster, I’m unable to delete the stream at all, and it remains in a stuck state. Running the DELETE command again doesn’t resolve the issue for me.
Is there any alternate solution or workaround to successfully delete or modify the stream?
Steps to reproduce:
Note that the
curl
command will hang and cancelling it via Ctrl+C will produce the following in the Connect log:No more logs are produced after this, but trying to recreate the stream returns an error message saying "Stream already exists". Running the
DELETE
command again succeeds and now the stream can be recreated.