dave2wave commented on issue #306:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/306#issuecomment-3519323146

   Here is how I view these the choices.
   
   1. Use a **pubsub** central service event feed when you have multiple 
distinct producers.
   2. Use a **pubsub** central service event feed when you have multiple 
distinct consumers and a single service api is infeasible.
   3. Use **WS** if your consumer needs a duplex conversation with the producer.
   4. Use **SSE** if your consumer needs to receive simplex data from a single 
producer.
   
   If you really need **pubsub** then you should also consider any of Kafka, 
Pulsar, ActiveMQ, Artemis, etc.
   
   The answer here is that **SSE** is probably what ATR should use to 
communicate server side results to a web page.


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

Reply via email to