mirror of
https://github.com/apache/druid.git
synced 2025-02-07 18:48:33 +00:00
a34a06e192
changes: * removed `Firehose` and `FirehoseFactory` and remaining implementations which were mostly no longer used after #16602 * Moved `IngestSegmentFirehose` which was still used internally by Hadoop ingestion to `DatasourceRecordReader.SegmentReader` * Rename `SQLFirehoseFactoryDatabaseConnector` to `SQLInputSourceDatabaseConnector` and similar renames for sub-classes * Moved anything remaining in a 'firehose' package somewhere else * Clean up docs on firehose stuff
1.2 KiB
1.2 KiB
id | title | sidebar_label |
---|---|---|
native-batch-firehose | JSON-based batch ingestion with firehose (Deprecated) | Firehose (deprecated) |
:::info Firehose ingestion has been removed in Druid 26.0. See Migrate from firehose to input source ingestion for instructions on migrating from firehose ingestion to using native batch ingestion input sources. :::