I want to delete streams for the first time and I currently use the Golang gRPC client.
The gRPC client does not support this yet, right?
The HTTP client supports it but I saw the deprecation warning, so it doesn’t really feel good to use it.
Can you tell me when you plan to deprecate the HTTP API and if/when there will be a gRPC replacement?
Thank you for the great documentation and the good examples, it’s easy to work with the gRPC clients in Go.