From 38dd229683e7ee242ab0a86c5e0618ac1b1244a1 Mon Sep 17 00:00:00 2001 From: Christophe Bornet Date: Thu, 19 Oct 2023 14:57:59 +0200 Subject: [PATCH] Add example instance.yaml for Pulsar --- examples/instances/pulsar-docker.yaml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 examples/instances/pulsar-docker.yaml diff --git a/examples/instances/pulsar-docker.yaml b/examples/instances/pulsar-docker.yaml new file mode 100644 index 000000000..a4d0bcffb --- /dev/null +++ b/examples/instances/pulsar-docker.yaml @@ -0,0 +1,29 @@ +# +# +# Copyright DataStax, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +instance: + streamingCluster: + type: "pulsar" + configuration: + admin: + serviceUrl: "http://host.docker.internal:8080" + service: + serviceUrl: "pulsar://host.docker.internal:6650" + default-tenant: "public" + default-namespace: "default" + default-retention-policies: + retention-time-in-minutes: 60