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: 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

Reply via email to