allenma commented on a change in pull request #605: KYLIN-3942 Support 
multi-level json event in backend
URL: https://github.com/apache/kylin/pull/605#discussion_r276496451
 
 

 ##########
 File path: 
stream-core/src/main/java/org/apache/kylin/stream/core/source/IStreamingMessageParser.java
 ##########
 @@ -21,5 +21,5 @@
 import org.apache.kylin.stream.core.model.StreamingMessage;
 
 public interface IStreamingMessageParser<T> {
-    StreamingMessage parse(T sourceMessage);
+    StreamingMessage parse(T sourceMessage, int partition, long offset);
 
 Review comment:
   It is better not change the interface

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to