This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from acf3a56ba96 [fix][broker] Fix creation of replicated subscriptions for
partitioned topics (#24997)
new 1f03c38a205 [improve][monitor] Upgrade OpenTelemetry to 1.56.0, Otel
instrumentation to 2.21.0 and Otel semconv to 1.37.0 (#24994)
new bf8c9d91cd1 [fix][client] Skip processing messages in the listener
when the consumer has been closed (#25006)
new 281f0158390 [fix][client] PIP-84: Skip processing a message in the
message listener if the consumer epoch is no longer valid (#25007)
new 38a67176d7a [fix][client] Fix double recycling of the message in
isValidConsumerEpoch method (#25008)
new 72778591d02 [fix][broker] Fix issue with schemaValidationEnforced in
geo-replication (#25012)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
distribution/server/src/assemble/LICENSE.bin.txt | 66 ++++++-------
distribution/shell/src/assemble/LICENSE.bin.txt | 7 +-
pom.xml | 28 +++---
...eWayReplicatorSchemaValidationEnforcedTest.java | 103 +++++++++++++++++++++
.../pulsar/client/api/MultiTopicsConsumerTest.java | 82 ++++++++++++++++
.../org/apache/pulsar/utils/TestLogAppender.java | 92 ++++++++++++++++++
.../apache/pulsar/client/impl/ConsumerBase.java | 38 +++++++-
.../client/impl/MultiTopicsConsumerImpl.java | 1 -
.../pulsar/client/impl/PulsarClientImpl.java | 2 +-
.../client/impl/schema/AutoProduceBytesSchema.java | 6 ++
.../pulsar/opentelemetry/OpenTelemetryService.java | 18 ++--
.../opentelemetry/OpenTelemetryServiceTest.java | 13 +--
12 files changed, 382 insertions(+), 74 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OneWayReplicatorSchemaValidationEnforcedTest.java
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/utils/TestLogAppender.java