Pavlos Rontidis
Pavlos Rontidis
## Environment * **IntelliJ Rust plugin version:** 0.4.199.5415-232 → 0.4.200.5421-232 * **Rust toolchain version:** ~/.rustup/toolchains/1.71.0-aarch64-apple-darwin/lib/rustlib/src/rust * **IDE name and version:** Clion 2023.2 * **Operating system:** macOS 13.4.1 (c) ## Problem...
## Environment * **IntelliJ Rust plugin version:** 0.4.199.5415-232 → 0.4.200.5421-232 * **Rust toolchain version:** ~/.rustup/toolchains/1.71.0-aarch64-apple-darwin/lib/rustlib/src/rust * **IDE name and version:** Clion 2023.2 * **Operating system:** macOS 13.4.1 (c) ## Problem...
## 💡 Feature description Either add an option (e.g. a new cli argument) or change the default behavior of the tool to ensure a newline is added at the end...
Sample failure: ``` running 1 test thread 'sources::kafka::integration_test::drains_acknowledgements_during_rebalance_sticky_assignments' panicked at src/sources/kafka.rs:2130:9: assertion `left == right` failed left: 127357 right: 125000 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace...
These functions live here: * https://github.com/vectordotdev/vector/blob/master/lib/vector-core/src/event/log_event.rs#L441 * https://github.com/vectordotdev/vector/blob/master/lib/vector-core/src/event/util/log/all_fields.rs This should eliminate unnecessary path editing [like this](https://github.com/vectordotdev/vector/blob/master/lib/vector-core/src/event/util/log/all_fields.rs#L138).
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
### Discussed in https://github.com/vectordotdev/vector/discussions/21371 Originally posted by **nzxwang** September 27, 2024 I couldn't find any prior discussion around implementing an IDE plugin that would allow for easy navigation between vector...
### Motivation Currently, retry policies are documented for each sink but are not configurable. Some users may require a more aggressive retry policy. The purpose of the new `retry_policy` option...