mirror of
https://github.com/apache/druid.git
synced 2025-02-14 05:54:53 +00:00
of single-segment realtime tasks. Realtime: - Move firehose stuff to com.metamx.druid.realtime.firehose package - ClippedFirehoseFactory provides a time-clipped view - TimedShutoffFirehoseFactory shuts off at a particular time Indexer: - Split StringInputRowParser into {String,Map}InputRowParser Merger: - Remove minTime in favor of clipped firehoses - Add task executor servlet that can push events to EventReceivers - Add EventReceivingFirehose that accepts events as an EventReceiver