shibd commented on PR #20903:
URL: https://github.com/apache/pulsar/pull/20903#issuecomment-1666358001
On the three problems you mentioned:
- Elasticsearch Config(Nested configurations): We can improve
`IOConfigUtils` to support it. Right?
- RabbitMQ Config(Not using IOConfigUtils to load config): We can find and
fix connectors for these same problems. Right?
- Kafka Config(Use kafka properties map):
- Perhaps we should refine these keys to create configurations separately
- Or we can enhance annotations to support set sensitive key names, such
as:
```java
@FieldDoc(
defaultValue = "",
help = "Config properties to pass to the kafka connector."
sensitiveNames="password-1, password-2"
)
private Map<String, String> kafkaConnectorConfigProperties;
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]