All Downloads are FREE. Search and download functionalities are using the official Maven repository.

activities.pulsar_admin_namespace.yaml Maven / Gradle / Ivy

Go to download

A Pulsar driver for nosqlbench. This provides the ability to inject synthetic data into a pulsar system.

There is a newer version: 4.15.102
Show newest version
bindings:
  # 20 namespaces: 10 tenants, 2 namespaces/tenant
  tenant: Mod(20); Div(2L); ToString(); Prefix("tnt")
  namespace: Mod(2); ToString(); Prefix("ns")

params:
  # "true" - asynchronous Pulsar Admin API
  # "false" - synchronous Pulsar Admin API
  async_api: "true"
  # "true" - delete namespace
  # "false" - create namespace
  admin_delop: "false"

blocks:
  - name: create-namespace-block
    tags:
      phase: admin-namespace
      admin_task: true
    statements:
      - name: s1
        optype: admin-namespace
        namespace: "{tenant}/{namespace}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy