An open API service indexing awesome lists of open source software.

https://github.com/siddharth-nandagopal/kafka-broker-eda-app


https://github.com/siddharth-nandagopal/kafka-broker-eda-app

asdf docker java kafka-consumer kafka-producer maven spring-boot spring-kafka

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## serialization formats

| name | binary | schema Interface Defn Language |
|--------------------------|--------|--------------------------------|
| JSON | X | X |
| XML | X | V |
| YAML | X | X |
| AVRO (uses JSON type) | V | V |
| Protobuf | V | V |
| Thrift | V | V |