You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/02/09 19:21:07 UTC

[GitHub] [pinot] richardstartin commented on a change in pull request #8180: simulate rsvps for realtime quickstart

richardstartin commented on a change in pull request #8180:
URL: https://github.com/apache/pinot/pull/8180#discussion_r803010759



##########
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:
       Unfortunately, there's no record of what that JSON looked like. I'm trying to stop the CI build from failing so people can merge PRs.




-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org