cancel
Showing results for 
Search instead for 
Did you mean: 

JSON to AVRO in ABAP Program

Pysri
Explorer
0 Kudos
162

Hi Dear SAP friends,

I have a requirement to convert JSON to AVRO in ABAP.

can someone please let me know if you have any idea, Thank you.

gregorw
Active Contributor
Looking at the Wikipeda Article for Avro at https://en.wikipedia.org/wiki/Apache_Avro it looks like a binary protocol. Can you describe your usecase in more detail?

Accepted Solutions (0)

Answers (1)

Answers (1)

Pysri
Explorer
0 Kudos

Hi,

Thanks for checking.

I have requirement to connect to Kafka via ASAPIO from ECC. 

Currently we are able to generate json and pus to kafka, but AVRO is ideally recommended as this gives better performance.

We need to generate AVRO format in ECC or we need to convert the json to AVRO.