noob-se7en commented on code in PR #15028: URL: https://github.com/apache/pinot/pull/15028#discussion_r1952192959
########## pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamDataServerStartable.java: ########## @@ -54,6 +54,22 @@ public interface StreamDataServerStartable { */ void createTopic(String topic, Properties topicProps); + /** + * Delete a data stream (e.g Kafka topic) in the server. + * + * @param topic + */ + default void deleteTopic(String topic) { Review Comment: minor: can we throw UnsupportedOperationException as we are not adding method for KinesisDataServerStartable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org