Jackie-Jiang commented on a change in pull request #8180:
URL: https://github.com/apache/pinot/pull/8180#discussion_r803003299



##########
File path: 
pinot-tools/src/main/java/org/apache/pinot/tools/streams/MeetupRsvpJsonStream.java
##########
@@ -38,20 +36,17 @@ public MeetupRsvpJsonStream(boolean partitionByKey)
   }
 
   @Override
-  protected MessageHandler.Whole<String> getMessageHandler() {
+  protected Consumer<RSVP> createConsumer() {

Review comment:
       For the json stream, we actually expect the event to have nested json 
inside. With the current approach, all the fields are flattened




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

Reply via email to