Re: [PR] [FLINK-36319][Connector/Prometheus] Fixed error handling behavior on non-retriable errors [flink-connector-prometheus]

2024-09-21 Thread via GitHub
nicusX commented on PR #7: URL: https://github.com/apache/flink-connector-prometheus/pull/7#issuecomment-2365215355 Fixed two additional bugs detected while testing: 1. Sink builder throwing an exception if maxBatchSizeInSamples or retryConfiguration were not explicitly configured 2.

[PR] [FLINK-36319][Connector/Prometheus] Fixed error handling behavior on non-retriable errors [flink-connector-prometheus]

2024-09-18 Thread via GitHub
nicusX opened a new pull request, #7: URL: https://github.com/apache/flink-connector-prometheus/pull/7 Modified the default behavior for non-retriable errors to "discard and continue". Blocked the ability to set non-retriable error handling behavior to "fail" -- This is an automated me