spring-projects / spring-kafka

Provides Familiar Spring Abstractions for Apache Kafka
https://projects.spring.io/spring-kafka
Apache License 2.0
2.17k stars 1.55k forks source link

Fix StringOrBytesSerializerTests #3423

Closed bky373 closed 1 month ago

bky373 commented 1 month ago

This is a simple test failure resolution that fixes a type mismatch.

sobychacko commented 1 month ago

@bky373 There are CI test failures. https://github.com/spring-projects/spring-kafka/actions/runs/10407939304/job/28824253559?pr=3423

We recently fixed these same lines due to the Kafka client upgrade to 3.8.0.

bky373 commented 1 month ago

@bky373 There are CI test failures. https://github.com/spring-projects/spring-kafka/actions/runs/10407939304/job/28824253559?pr=3423

We recently fixed these same lines due to the Kafka client upgrade to 3.8.0.

AH You're right. My Bad. Close the PR.