This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 7c7ca4a enable message peeking (#486)
7c7ca4a is described below
commit 7c7ca4a7bc4653b7f81326088d0acd00d3a51194
Author: Martin <[email protected]>
AuthorDate: Thu Apr 11 08:20:37 2024 +0200
enable message peeking (#486)
---
charts/pulsar/values.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 43f5ba4..9d446fe 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -1283,6 +1283,8 @@ pulsar_manager:
# DB
URL: "jdbc:postgresql://127.0.0.1:5432/pulsar_manager"
DRIVER_CLASS_NAME: "org.postgresql.Driver"
+ # enables the "message peeking" feature
+ PULSAR_PEEK_MESSAGE: "true"
volumes:
# use a persistent volume or emptyDir
persistence: true