Prabhakaran Thatchinamoorthy
Prabhakaran Thatchinamoorthy
# 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...
# Expected Behavior Refactor Exception Handling for StreamDaoImpl. This issue is created out of PR comments of https://github.com/homeaway/stream-registry/pull/111
# Desired Behavior Remove the following method ``` String getValidationAssertion();``` https://github.com/homeaway/stream-registry/blob/6d3a237067261e20b9ca6a6261e0d31d98a418ca/core/src/main/java/com/homeaway/streamplatform/streamregistry/extensions/validation/StreamValidator.java#L38-L46 # Benefits * Removes unnecessary method.
# Desired Behavior The signature of getClusterByKey should change to InfraManager.getClusterByKey(String clusterAlias) # Benefits * RegionDao moves to KafkaInfraManager(future StreamInfraManager see #109 ) * Remove vpc and other HA specific...