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