I'm receiving a file as a Bytestring from Kafka Reactive Streams consumer, which I want to send to a service.
Is there a away to extract Source[Bytestring, Any] from Kafka Reactive Stream Consumer, so that I can chain the stream from Kafka to Akka-http, without loading an entire Bytestring in memory and then doing an akka-http request?