Skip to content

Conversation

@kstekovi
Copy link
Contributor

@kstekovi kstekovi commented Oct 27, 2025

Issue: https://issues.redhat.com/browse/WFLY-21068

Changes Made:

  1. Split YAML files (microprofile-reactive-messaging-kafka/charts/):
    - kafka-on-openshift.yaml - now contains only Kafka cluster and NodePools
    - kafka-topic.yaml - new file containing only KafkaTopic
  2. Updated documentation:
    - helm-install-prerequisites-openshift.adoc:31-38 - added instructions to install topic as second step
    - README-source.adoc:985-987 - added command to delete topic as first step during uninstallation

Correct Operation Order:

Installation:
$ oc apply -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s
$ oc apply -f ./charts/kafka-topic.yaml --wait --timeout=10m0s

Uninstallation:
$ oc delete -f ./charts/kafka-topic.yaml --wait --timeout=10m0s
$ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s

@kstekovi kstekovi requested a review from emmartins as a code owner October 27, 2025 14:46
@emmartins emmartins requested a review from kabir October 27, 2025 15:10
@emmartins emmartins merged commit a8f3e91 into wildfly:main Oct 28, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants