You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Anthony Callaert (JIRA)" <ji...@apache.org> on 2019/05/26 21:05:00 UTC

[jira] [Created] (KAFKA-8433) Give the opportunity to use serializers and deserializers with IntegrationTestUtils

Anthony Callaert created KAFKA-8433:
---------------------------------------

             Summary: 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


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)