druid-io / tranquility

Tranquility helps you send real-time event streams to Druid and handles partitioning, replication, service discovery, and schema rollover, seamlessly and without downtime.
Apache License 2.0
517 stars 230 forks source link

Does Tranquility support rejectionPolicy: messageTime ? #195

Open sandwwraith opened 8 years ago

sandwwraith commented 8 years ago

According to http://druid.io/docs/latest/ingestion/stream-pull.html I can set "rejectionPolicy": {"type": "messageTime"} to load non-realtime, but consequent data. I set this option in Tranquility configuration file, but I didn't manage to load my data via Tranquility server into Druid. Does Tranquility support this option?

l15k4 commented 7 years ago

Hey, any update? I'm considering using Tranquility but I'm more interested in messageTime too.