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

activities.pulsar_admin_tenant.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:
  # 10 tenants
  tenant: Mod(10); ToString(); Prefix("tnt")

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy