This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 442bfc3af1 Minor: Limit MultiStageQuickstart output (#10307) add 83cdb398e9 Add the support of Apache Pulsar for StreamGithubEventsCommand (#10308) No new revisions were added by this update. Summary of changes: .../pulsar/PulsarStreamMetadataProvider.java | 22 +++-- .../stream/pulsar/server/PulsarDataProducer.java | 97 ++++++++++++++++++++++ pinot-tools/pom.xml | 60 +++++++++++++ .../admin/command/StreamGitHubEventsCommand.java | 13 ++- .../PullRequestMergedEventsStream.java | 18 ++++ .../apache/pinot/tools/utils/StreamSourceType.java | 3 +- 6 files changed, 199 insertions(+), 14 deletions(-) create mode 100644 pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/server/PulsarDataProducer.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org