<@U04H6UUE78B> Recommendation for implementing byt...
# flyte-support
e
@average-finland-92144 Recommendation for implementing byte stream payloads ingestion pipelines? I think FlyteFile doesn't do it whereas publishers are sending streams of byte arrays / chars?
f
what do you mean bytestream payloads? Flytefile has a read api that is a streaming read
e
From a higher level perspective I'm looking at processing non-serialised binary streams
But perhaps it's once again the side XY problem; to be more clear with the use case, i have publishers (scrapers) which I want to send any sort of unstructured, buffered raw-data @ Flyte websocket. This would ultimately handle chunking, parsing, and processing. Maybe there's better ways to achieve this though, I'm open to thoughts