pinylin
pinylin
替换掉这一项吧 ```yaml - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.3 bundler-cache: true ```
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...