Piotr Nowojski
Piotr Nowojski
This PR builds on top of https://github.com/apache/flink/pull/23908 ## Brief change log Please check individual commit messages ## Verifying this change This change has been manually tested and added a unit...
## Brief change log This PR fixes IntelliJ errors when trying to compile `flink-end-to-end-tests-jdbc-driver` due to not declared dependencies to `flink-core` for example. ## Verifying this change This change is...
This is a backport of https://github.com/apache/flink/pull/24794 to 1.19 ## What is the purpose of the change Properly initialize initial splits in WatermarkOutputMultiplexer Without this fix, initial splits were registered in...
This is a backport of https://github.com/apache/flink/pull/24794 to 1.18 ## What is the purpose of the change Properly initialize initial splits in WatermarkOutputMultiplexer Without this fix, initial splits were registered in...
## What is the purpose of the change This adds support for reporting metrics and traces to OpenTelemetry using gRPC. ## Brief change log Please check individual commit messages. ##...