stream-registry
stream-registry copied to clipboard
Delete the underlying Topic when a Stream is deleted.
Expected Behavior
The Kafka Topics corresponding to the stream should be deleted when the Stream is deleted.
Actual Behavior
The Topics are not deleted when the stream is deleted.
Additional Information
The reason for existing behavior is - without enough monitoring and alerting in place on who does the @ DELETE Stream, it is sometimes dangerous to delete the Kafka Topics.