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 0c6ce59a84f [improve] Upgrade lombok to 1.18.36 (#23752)
     new 789b9ccf7a0 [improve][fn] Improve implementation for 
maxPendingAsyncRequests async concurrency limit when return type is 
CompletableFuture<Void> (#23708)
     new 593625cebee [improve][fn] Improve closing of producers in Pulsar 
Functions ProducerCache invalidation (#23734)

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:
 .../functions/instance/JavaExecutionResult.java    |  4 +-
 .../pulsar/functions/instance/JavaInstance.java    | 77 +++++++++++++++++-----
 .../functions/instance/JavaInstanceRunnable.java   |  2 +-
 .../pulsar/functions/instance/ProducerCache.java   | 38 ++++++++---
 .../functions/instance/JavaInstanceTest.java       | 64 ++++++++++++++++++
 .../functions/instance/ProducerCacheTest.java      | 64 ++++++++++++++++++
 6 files changed, 219 insertions(+), 30 deletions(-)
 create mode 100644 
pulsar-functions/instance/src/test/java/org/apache/pulsar/functions/instance/ProducerCacheTest.java

Reply via email to