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.

Attention: This version of Event Processing has reached End of Support. For more information about supported versions, see the support matrix.

IBM Operator for Apache Flink fails to automatically update the image to 1.1.8 after upgrading

Symptoms

After you successfully upgraded to Event Processing 1.1.8, the Flink images fail to automatically update to 1.1.8 and display the images of earlier versions.

Causes

Event Processing fails to trigger the mutating admission webhook that changes the image versions.

Resolving the problem

To resolve the problem, trigger the mutating admission webhook to update the image version to 1.1.8 by running the following command:

kubectl patch flinkdeployment <instance-name -n <namespace> \
  --type='json' \
  -p='[{"op": "replace", "path": "/spec/flinkConfiguration/table.exec.source.idle-timeout", "value":"31 s"}]'

The previous command changes an arbitrary Flink configuration parameter in the FlinkDeployment custom resource to trigger the mutating admission webhook.