Enable KSML Support for an Instance

Enable KSML Feature on the Platform UI

  1. Edit the values.yaml deploying the Governance’s Platform UI to enable KSML

    values.yaml
    axual-governance:
      platform-ui:
        # Window.ENV Configuration
        config:
    
          # Feature Flags
          # KSML Support
          ksmlEnabled: true
  2. Upgrade the running Governance installation

Configure the KSML Provisioner URL for an Instance

  1. Login to your Tenant in the Self Service

  2. Go to the Instances page

    Axual Self-Service UI, showing the Instances Page
  3. Select the Instance for which you are enabling the KSML Support and open the edit form

    To use AVRO functionality, currently only Confluent-type Schema Registry instances are supported.

  4. Toggle the KSML Support

    Edit Instance
  5. Provide the k8s’s service name of your KSML Provisioner in the KSML Provisioner URL field. (e.g. https://[service-name]-ksml-provisioner:8000/)

  6. Click Update Instance in the bottom-right of the screen.

Congratulations! KSML support is now available! You can now start developing KSML applications.