标签: scala akka-stream akka-http reactive-kafka akka-kafka
我从Kafka Reactive Streams使用者收到一个Bytestring文件,我想将其发送给服务。
是否需要从Kafka Reactive Stream Consumer中提取Source [Bytestring,Any],以便我可以将流从Kafka链接到Akka-http,而无需在内存中加载整个Bytestring然后执行akka-http请求?