dlg99 opened a new pull request #14806:
URL: https://github.com/apache/pulsar/pull/14806
(cherry picked from commit b56d7318e73fb6915208dbe1223446e759c2ed0b)
### Motivation
Some Kafka sinks return immutable map as config (e.g. ones written in Scala)
As result KCA sink fail to start/throws exception on attempt to modify such
config.
### Modifications
Handle this situation.
### Verifying this change
Modified test connector to return Unmodifiable map, verified it breaks the
sink tests, fixed.
### Does this pull request potentially affect one of the following parts:
No
### Documentation
Check the box below or label this PR directly (if you have committer
privilege).
Need to update docs?
- [ ] `doc-required`
(If you need help on updating docs, create a doc issue)
- [x] `no-need-doc`
(Please explain why)
- [ ] `doc`
(If this PR contains doc changes)
--
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]