This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 89ac98e  Remove the unwanted dependencies in the pulsar function's 
instance jar and make SchemaInfo an interface (#10878)
     new 7509677  [C++] Fix undefined behavior caused by uninitialized 
variables (#10892)
     new fa5c5d4  Fix the unit tests for the websocket and run tests under 
websocket group (#10921)
     new 8065d6c  Fix issue where Key_Shared consumers could get stuck (#10920)

The 3 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:
 build/run_unit_group.sh                            |   2 +-
 ...istentStickyKeyDispatcherMultipleConsumers.java |   8 +-
 .../websocket/proxy/SimpleConsumerSocket.java      |  20 ++--
 .../include/pulsar/ClientConfiguration.h           |   2 +
 .../include/pulsar/ConsumerConfiguration.h         |   6 +
 .../include/pulsar/ProducerConfiguration.h         |  17 ++-
 pulsar-client-cpp/include/pulsar/Schema.h          |  10 ++
 pulsar-client-cpp/lib/ClientConfigurationImpl.h    |  38 ++----
 pulsar-client-cpp/lib/ConsumerConfigurationImpl.h  |  51 +++-----
 pulsar-client-cpp/lib/ProducerConfigurationImpl.h  |  43 ++-----
 .../tests/ConsumerConfigurationTest.cc             |  99 ++++++++++++++++
 .../NoOpsCryptoKeyReader.h}                        |  27 ++---
 .../tests/ProducerConfigurationTest.cc             | 132 +++++++++++++++++++++
 pulsar-client-cpp/tests/ReaderConfigurationTest.cc |  14 +--
 14 files changed, 333 insertions(+), 136 deletions(-)
 copy pulsar-client-cpp/{lib/PendingFailures.h => tests/NoOpsCryptoKeyReader.h} 
(64%)
 create mode 100644 pulsar-client-cpp/tests/ProducerConfigurationTest.cc

Reply via email to