Skip to content

Inclusion of spring-cloud-stream-binder-kafka.jar in classpath affects existing @KafkaListeners #3149

Description

@ilia1243

Describe the issue
Inclusion of spring-cloud-stream-binder-kafka.jar in classpath changes properties of spring.kafka that affects existing @KafkaListeners.

The jar registers KafkaBinderEnvironmentPostProcessor that adds property source kafkaBinderDefaultProperties that in turn changes default properties of spring-kafka.

Is it possible to make introduction of the framework more safe in terms of impact on existing functionality?

Version of the framework 2024.0.1
Expected behavior Inclusion of the framework should not affect other frameworks.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions