이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 6. Known issues
This section lists the known issues for AMQ Streams.
Issue Number
ENTMQST-2386 - Adding or removing JBOD volumes does not work
Description and workaround
AMQ Streams is not able to add or remove JBOD volumes for newer Kubernetes versions. Improved validation in the StatefulSet Controller means pods can only be deleted and recreated in sequence (pod-0, then pod-1, and so on). Currently, the AMQ Streams rolling update procedure does not trigger pod deletions in sequence.
The current workaround is to manually delete all pods in sequence. After the pods are recreated, the StatefulSet Controller will not fail and operates as expected.
Issue
S2I cannot download source image in environment specified by SHA digest
Description and workaround
Kafka Connect S2I fails to build new connector plugins on disconnected clusters due to an Openshift imagestreams limitation. If the path to the image registry is changed by specifying an ImageContentSourcePolicy
, it is ignored. Instead, imagestreams will try to download from the source repository.
The current workaround is to deploy Kafka Connect manually.