bossenti commented on code in PR #2069:
URL: https://github.com/apache/streampipes/pull/2069#discussion_r1367845574
##########
streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/java/org/apache/streampipes/sinks/brokers/jvm/BrokersJvmInit.java:
##########
@@ -54,16 +50,12 @@ public SpServiceDefinition provideServiceDefinition() {
"",
8096)
.registerPipelineElements(
- new KafkaPublishSink(),
new JmsPublisherSink(),
new RestSink(),
new BufferRestPublisherSink(),
new RabbitMqPublisherSink(),
new MqttPublisherSink(),
new WebsocketServerSink(),
- new PulsarPublisherSink(),
- new RocketMQPublisherSink(),
Review Comment:
Don't we want them to be part of the brokers collection anymore? Or do we
not want to have the additional dependency?
--
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]