[
https://issues.apache.org/jira/browse/KAFKA-8433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848535#comment-16848535
]
ASF GitHub Bot commented on KAFKA-8433:
---------------------------------------
callaertanthony commented on pull request #6822: KAFKA-8433 : Use serializers
and deserializers with IntegrationTestUtils
URL: https://github.com/apache/kafka/pull/6822
Add serializers and deserializers to methods
Only IntegrationTestUtils is modified.
No regression detected in stream tests.
### Committer Checklist (excluded from commit message)
- [x] Verify design and implementation
- [x] Verify test coverage and CI build status
- [x] Verify documentation (including upgrade notes)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Give the opportunity to use serializers and deserializers with
> IntegrationTestUtils
> -----------------------------------------------------------------------------------
>
> Key: KAFKA-8433
> URL: https://issues.apache.org/jira/browse/KAFKA-8433
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Affects Versions: 2.3.0
> Reporter: Anthony Callaert
> Priority: Minor
>
> Currently, each static method using a producer or a consumer don't allow to
> pass serializers or deserializers as arguments.
> Because of that we are not able to mock schema registry (for example), or
> other producer / consumer specific attributs.
> To resolve that we just need to add methods using serializers or
> deserializers as arguments.
> Kafka producer and consumer constructors already accept null serializers or
> deserializers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)