soumitra-st commented on code in PR #15028:
URL: https://github.com/apache/pinot/pull/15028#discussion_r1953593644
##########
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:
Added NotImplementedException
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]