Service Virtualization

 View Only

Serialize/Deserialize JSON data using Apache Avro Schema in Kafka

  • 1.  Serialize/Deserialize JSON data using Apache Avro Schema in Kafka

    Broadcom Employee
    Posted Oct 25, 2021 03:55 PM
      |   view attached
    How do you link a Schema with a Topic in Kafka ?       is this supported?

    Resolution:

    We have the "Apache Avro" Serializer/Deserializer class to handle the Apache Avro Schema (i.e. CorporateDelegatePasswordReset.avsc) under the experimental category for Producer/Consumer Assets.

    1: This feature is available under the "Experimental" category:

    2: To make this feature available we need to enable the below flag in local.properties:

    #Enabled to use the experimental Avro serializer with Kafka

    lisa.experimental=true

     3: After enabling the above flag some of the other experimental features are also getting enabled for DevTest users.
    For Ex: Multi Recieve and Multi Send steps for Apache Kafka, JMS Messaging, IBM MQ Native, RabbitMQ get enabled.

    please review the attached documentation for more information.
    Serialize+and+Deserialize+JSON+data+using+AVSC+file+in+Kafka.docx

    If you face any issue, please open a ticket with Broadcom Support.  


    Thanks

    Shiney