Enable Event Streaming

Enable event streaming by updating your Helm chart with settings in your Helm values file.

Procedure

Specify the following in your Helm values file to enable event streaming. For more information about the Helm chart properties, see MATRIXX Configuration. An example configuration follows:
global:
  ...
  features:
    tra: true
    networkEnabler: false
    eventStreamer: true
...
event-streamer:
  enabled: true
  # Default to 2 instances to support High Availability when performing a rolling update
  logging:
    level: debug