drivebyer opened a new issue, #235: URL: https://github.com/apache/rocketmq-operator/issues/235
**FEATURE REQUEST** 1. Please describe the feature you are requesting. Add a podAnnotations field to the CRDs and types for Broker, Controller, and NameService. 2. Provide any additional detail on your proposed use case for this feature. In our use case, we use [Spiderpool](https://github.com/spidernet-io/spiderpool) as a network interface implementation. Spiderpool provides features such as static IPs (IP addresses that do not change after a pod restarts), which are important to us. To enable this, specific annotations need to be added to the pods. Additionally, many other operators support customizable pod annotations, such as: * [RabbitMQ Cluster Operator](https://github.com/rabbitmq/cluster-operator/blob/main/api/v1beta1/rabbitmqcluster_types.go#L77) * [Strimzi Kafka Operator](https://github.com/strimzi/strimzi-kafka-operator/blob/main/api/src/main/java/io/strimzi/api/kafka/model/common/template/PodTemplate.java#L46) 3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? This feature is a "must-have" for us. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org