pinylin

Results 3 comments of pinylin

there already exists `auto_offset_reset` configuration item, so i think the offset range is not particularly necessary for test [auto_offset_reset](https://vector.dev/docs/reference/configuration/sources/kafka/#auto_offset_reset) If offsets for consumer group do not exist, set them using...

It seems like caused by `index_documents` ([here](https://github.com/quickwit-oss/tantivy/blob/4aa8cd24707be1255599284f52eb6d388cf86ae8/src/indexer/index_writer.rs#L456)), as the error `TantivyError::SchemaError("Expected a Date for field wrong_date")` is returned, which terminates the `thrd-tantivy-index-xxx` then triggers the Drop call for `index_writer_bomb` ```rust...