Chesnay Schepler
Chesnay Schepler
@flinkbot run azure
@flinkbot run azure
No longer occurs with 1.16.0; considering it fixed.
Why are you trying to update 1.13? That version is no longer supported.
The 1.13 branch is missing https://github.com/apache/flink/pull/20044; that's why it is failing.
I'm not really fond of the workaround. Does the avro-maven-plugin actually have to be in sync with the avro version?
See FLINK-28789 for the cause of the e2e failure.
You can avoid a lot of boilerplate by using the preliminary flink-connector-parent pom as shown here: https://github.com/apache/flink-connector-elasticsearch/commit/6e30d5d63d395b2f731418c34f5838231dcab6b8
Rebased the PR and it now incorporates #21372 to resolve the japicmp issues. Final CI issue was an outdated exclusion in the archunit store.
So gauges are a bit annoying. Ideally we would only have Number gauges because really nothing else is properly supported by a majority of systems. Boolean gauges are usually a...