mdedetrich commented on PR #2250:
URL: https://github.com/apache/pekko/pull/2250#issuecomment-3323082093

   @raboof @He-Pin I believe this is also related to 
https://github.com/apache/pekko/issues/865 in which case there are definitely 
useful reasons for having this.
   
   i.e. think of a common flow, where you have a http request and in response 
to that request you want to send a topic to Kafka and then you want to deliver 
a http response. If you want the entire thing to be a flow you need this 
functionality sink sending a message to a Kafka is a sink where as providing a 
http response (using pekko http) is a source.
   
   These kind of cases are quite common and I actually bumped into the "I need 
to create a source from a sink" problem fairly frequently


-- 
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: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to