This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 18ccd9ef22b [fix] Upgrade Vertx to match BK's version (otherwise BK
does not work) (#20070)
add cff3f9baa03 [fix][client] Cache empty schema version in ProducerImpl
schemaCache. (#19929)
No new revisions were added by this update.
Summary of changes:
.../pulsar/client/api/MockBrokerService.java | 21 +++++
.../pulsar/client/api/MockBrokerServiceHooks.java | 5 ++
.../client/impl/ProducerEmptySchemaCacheTest.java | 100 +++++++++++++++++++++
.../apache/pulsar/client/impl/ProducerImpl.java | 23 +++--
4 files changed, 144 insertions(+), 5 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerEmptySchemaCacheTest.java