Skip to content

Add test coverage for null/empty override properties in DefaultKafkaConsumerFactory #4422

@Gautam-aman

Description

@Gautam-aman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions