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
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
and got a SocketDisconnectedError. Eventually tracked the problem down to topic deletion being disabled in the server config. Not sure if it's feasible to have a more descriptive error here, but it would be useful sometimes.
The text was updated successfully, but these errors were encountered:
I'll have to look into this. IIRC Kafka itself isn't super helpful on the request itself when topic deletion is disabled, so handling this error would probably have to involve reading the topic config. If that's the case, I think the best we can reasonably do is to mention that fact in an error message here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just encountered a scenario where I was trying to delete a topic like this:
and got a
SocketDisconnectedError
. Eventually tracked the problem down to topic deletion being disabled in the server config. Not sure if it's feasible to have a more descriptive error here, but it would be useful sometimes.The text was updated successfully, but these errors were encountered: