crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
30 stars 32 forks source link

Introduce topic name field to create topic with underscores #66

Closed eshepelyuk closed 4 months ago

eshepelyuk commented 9 months ago

Hello

Currently topic name is picked up from Topic resource. Because k8s has limitations for resource names - there's no possibility to create topics named like simple_topic.

dmacrei commented 5 months ago

I have the same issue and I'd like to add this in.

eshepelyuk commented 4 months ago

This task is redundant, because the desired behaviour can be achieved by adding annotation to Topic resource.

crossplane.io/external-name: "simple_topic"