Questions tagged [stream-processing]
272 questions
-1
votes
1 answer
Task Manager is receiving messages out of order
I'm reading messages from file and applying some operators before writing into Sink, noticed task manage is getting messages out of order for a given key. How to fix this? Am i doing soimething wrong? Please check my source file format and code…

Sparkle8
- 225
- 3
- 13
-1
votes
1 answer
How to read stream with jQuery
I need to read somehow stream from my shoutcast server containing VU meter data which looks like this
"0xa5 leftVal rightVal 0xa5 leftVal ..... etc"
Stream is continuous.
I'd like to receive this data and parse it in JavaScript(jQuery) to manage VU…

Mariusz Sołtys
- 31
- 1
- 8