This is an automated email from the ASF dual-hosted git repository.
jerrypeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 3923643 Fix BookkeeperSchemaStorage NPE (#9264)
add d7e68c0 Allow memory limit to be set for the pulsar client used in
the ThreadRuntime in Pulsar Functions (#9320)
No new revisions were added by this update.
Summary of changes:
conf/functions_worker.yml | 6 +
.../pulsar/functions/instance/InstanceUtils.java | 11 ++
.../runtime/thread/ThreadRuntimeFactory.java | 68 +++++----
.../runtime/thread/ThreadRuntimeFactoryConfig.java | 23 ++++
.../runtime/thread/ThreadRuntimeFactoryTest.java | 152 +++++++++++++++++++++
.../functions/worker/SchedulerManagerTest.java | 24 ++--
6 files changed, 247 insertions(+), 37 deletions(-)
create mode 100644
pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/runtime/thread/ThreadRuntimeFactoryTest.java