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
- Host: GitHub
- URL: https://github.com/siddharth-nandagopal/kafka-broker-eda-app
- Owner: siddharth-nandagopal
- Created: 2024-10-01T23:52:25.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2024-10-02T00:06:07.000Z (about 1 year ago)
- Last Synced: 2025-06-03T20:13:15.737Z (7 months ago)
- Topics: asdf, docker, java, kafka-consumer, kafka-producer, maven, spring-boot, spring-kafka
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |