This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from c27b25c242c [improve][broker][pip-431] PIP-431: Add Creation and Last
Publish Timestamps to Topic Stats (#24471)
new a20e1ff0b0d [improve][monitor] Upgrade OpenTelemetry to 1.56.0, Otel
instrumentation to 2.21.0 and Otel semconv to 1.37.0 (#24994)
new 325d17cf92b [fix][client] Skip processing messages in the listener
when the consumer has been closed (#25006)
new e5368c0aa33 [fix][client] PIP-84: Skip processing a message in the
message listener if the consumer epoch is no longer valid (#25007)
new bbf58e70ce0 [fix][client] Fix double recycling of the message in
isValidConsumerEpoch method (#25008)
new 150ef19aee1 [fix][broker] Fix issue with schemaValidationEnforced in
geo-replication (#25012)
new aa4ce31f8ca [fix][branch-4.0] Fix checkstyle
The 6 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 +++---
.../apache/pulsar/broker/admin/AdminApi2Test.java | 4 +-
...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 +--
13 files changed, 384 insertions(+), 76 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