Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Kafka cluster and configuration are not/ not always applied #1683

Closed
Patrick-L opened this issue Feb 27, 2023 · 2 comments
Closed
Labels
bug Something isn't working stale

Comments

@Patrick-L
Copy link

What happened?

Updates for Kafka clusters and Kafka cluster configurations are successfully created in the cluster as CRD, but are not applied in AWS. This means for kafka-cluster they are not changed and for cluster-configurations no new revision is created.

How can we reproduce it?

For Kafka cluster:
Add openMonitoring config to cluster crd. The changes are not visible in the aws management console.

CRD excerpt:

   openMonitoring:
      prometheus:
        jmxExporter:
          enabledInBroker: true
        nodeExporter:
          enabledInBroker: true

For Cluster configuration:
Add new property like "delete.topic.enable=true". The changes are not visible in the aws management console.

CRD excerpt:

    properties:
      - delete.topic.enable=true

What environment did it happen in?

Crossplane version: v0.37.0
Cloud provider: AWS

@Patrick-L Patrick-L added the bug Something isn't working label Feb 27, 2023
@hitman99
Copy link

We have the same issue. No updates to either Cluster of Configuration gets updated. It seems that only Create and Update hooks were implemented for these resources and it's using nopUpdate for updates.

@github-actions
Copy link

github-actions bot commented Aug 5, 2023

Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

@github-actions github-actions bot added the stale label Aug 5, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants