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

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


    from d7b7b899e36 [fix][ci] Fix jacoco code coverage report aggregation 
(#22964)
     new 2b369b6367b [fix][client] Fix orphan consumer when reconnection and 
closing are concurrency executing (#22958)
     new b04995d4239 [improve][fn] Make producer cache bounded and expiring in 
Functions/Connectors (#22945)

The 2 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:
 .../apache/pulsar/client/impl/ConsumerImpl.java    |   2 +-
 pulsar-functions/instance/pom.xml                  |   5 +
 .../pulsar/functions/instance/ContextImpl.java     |  84 +++----------
 .../functions/instance/JavaInstanceRunnable.java   |   8 +-
 .../pulsar/functions/instance/ProducerCache.java   | 130 ++++++++++++++++++++
 .../apache/pulsar/functions/sink/PulsarSink.java   |  89 +++++---------
 .../pulsar/functions/instance/ContextImplTest.java |  24 ++--
 .../pulsar/functions/sink/PulsarSinkTest.java      | 132 +++++++++------------
 8 files changed, 268 insertions(+), 206 deletions(-)
 create mode 100644 
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/ProducerCache.java

Reply via email to