rbulter commented on a change in pull request #279:
URL: https://github.com/apache/celix/pull/279#discussion_r534419429
##########
File path: bundles/pubsub/pubsub_admin_tcp/src/pubsub_psa_tcp_constants.h
##########
@@ -102,21 +103,30 @@
*/
#define PUBSUB_TCP_STATIC_CONNECT_URLS "tcp.static.connect.urls"
+
/**
- * Name of environment variable with space-separated list of ips/urls to
connect to
- * e.g. PSA_TCP_STATIC_CONNECT_FOR_topic_scope="tcp://127.0.0.1:4444
tcp://127.0.0.2:4444"
+ * Defines if the publisher / subscriber is a passive endpoint and shares
Review comment:
I have added more comments to explain the concept.
It's the same concept that is used in the web socket.
See also the tcp endpoint test
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]