Event Endpoint Management continues to be enhanced

Event Endpoint Management continues to be available and enhanced as part of IBM's integration platforms.

End of Marketing announcement for IBM Event Automation

Event Streams and Event Processing are deprecated and no enhancements will be provided. Support and security fixes will be provided in line with published support lifecycle policies. Future event-driven solutions that make use of Apache Kafka and Apache Flink will be delivered by IBM Confluent.

For more information, see the support lifecycle transition and software ordering completion announcement.

Configuring usage-based reporting

When requested by IBM support, usage-based reporting can be configured in Event Endpoint Management.

Usage-based deployments support the following configuration overrides of the default values.

submitInterval

submitInterval is the interval in seconds for reporting usage metrics to the License Service. The following YAML is an example of configuring submitInterval:

  apiVersion: events.ibm.com/v1beta1
  kind: EventEndpointManagement
  # ...
  spec:
    license:
      # ...
    manager:
      # ...
      extensionServices:
        - name: licensing-service
          additionalProperties:
            submitInterval: '<interval-in-seconds>'

Where <interval-in-seconds> is the interval in seconds for reporting usage metrics to the License Service.