dominikriemer commented on code in PR #2117:
URL: https://github.com/apache/streampipes/pull/2117#discussion_r1380059950
##########
streampipes-extensions-management/src/main/java/org/apache/streampipes/extensions/management/connect/adapter/preprocessing/elements/SendToBrokerAdapterSink.java:
##########
@@ -86,9 +87,12 @@ protected void sendToBroker(byte[] event) throws
RuntimeException {
producer.publish(event);
}
- protected abstract EventProducer makeProducer(T protocol);
-
- public abstract void modifyProtocolForDebugging(T protocol);
+ public void modifyProtocolForDebugging(TransportProtocol protocol) {
+ protocol.setBrokerHostname("localhost");
Review Comment:
see above, we don't support Kubernetes as development environment currently
--
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]