showuon opened a new pull request, #14151:
URL: https://github.com/apache/kafka/pull/14151

   When configuring RLMM, the configs passed into `configure` method is the 
`RemoteLogManagerConfig`. But in `RemoteLogManagerConfig`, there's no configs 
related to `remote.log.metadata.*`, ex: 
`remote.log.metadata.topic.replication.factor`. So, even if users have set the 
config in broker, it'll never be applied.
   
   This PR fixed the issue to allow users passed in `remote.log.metadata.*` 
configs into RLMM, including 
`remote.log.metadata.common.client.`/`remote.log.metadata.producer.`/ 
`remote.log.metadata.consumer.` prefixes.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to