Description:
While working on override handling in DefaultKafkaConsumerFactory, I noticed that edge cases such as null or empty values in Properties overrides are not explicitly tested.
For example:
- overrides.put(key, null)
- overrides.setProperty(key, "")
It would be useful to add test coverage to define and verify the expected behavior in such scenarios.
I can work on adding tests for this if it sounds good.
Description:
While working on override handling in DefaultKafkaConsumerFactory, I noticed that edge cases such as null or empty values in Properties overrides are not explicitly tested.
For example:
It would be useful to add test coverage to define and verify the expected behavior in such scenarios.
I can work on adding tests for this if it sounds good.