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

feat: add kafka topic support #16

Closed
wants to merge 1 commit into from

Conversation

sschne
Copy link

@sschne sschne commented May 16, 2024

This adds support for managing Kafka topics.

Fixes #15

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Tested locally with crossplane 1.16.0

  • using ServiceAccount with CloudClusterAdmin privileges and additional Kafka API Key in secret
  • Kafka topic create / update / delete

@sschne sschne marked this pull request as draft May 16, 2024 07:15
Signed-off-by: Simon Schneider <[email protected]>
@sschne sschne marked this pull request as ready for review May 16, 2024 08:55
@sschne
Copy link
Author

sschne commented Jun 13, 2024

@jaylevin any chance to get this merged soon?

}

// Allows us to reference managedResource ID via spec.forProvider.principal.idSelector
r.References["principal"] = config.Reference{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this a leftover copy and paste? I don't see principal listed as a field on the terraform docs for this resource, ref: https://registry.terraform.io/providers/confluentinc/confluent/1.55.0/docs/resources/confluent_kafka_topic

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this a leftover copy and paste? I don't see principal listed as a field on the terraform docs for this resource, ref: https://registry.terraform.io/providers/confluentinc/confluent/1.55.0/docs/resources/confluent_kafka_topic

You're absolutely right. Somehow i mixed that up with the credentials parameters, but this is obviously something different. Sorry for that.

@jaylevin
Copy link
Collaborator

I ported your changes over to #17 and was able to successfully build and test the changes 👍

@sschne sschne closed this Jun 14, 2024
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.

confluent_kafka_topic support
2 participants