Questions tagged [onyx-platform]

2 questions
2
votes
1 answer

Watermark trigger in Onyx does not fire

I have an Onyx stream of segments that are messages with a timestamp (coming in in chronological order). Say, they look like this: {:id 1 :timestamp "2018-09-04 13:15:42" :msg "Hello, World!"} {:id 2 :timestamp "2018-09-04 21:32:03" :msg "Lorem…
Lutz Büch
  • 343
  • 4
  • 12
0
votes
1 answer

Onyx: Can't pick up trigger/emit results in the next task

I'm trying to get started with Onyx, the distributed computing platform in Clojure. In particular, I try to understand how to aggregate data. If I understand the documentation correctly, a combination of a window and a :trigger/emit function should…
schaueho
  • 3,419
  • 1
  • 21
  • 32