dedovicnermin / BANKINGPROJECT

Real-time payment application. Combines microservices to achieve event-driven functionality.
1 stars 1 forks source link

Apache Avro and Schema registry #104

Closed dedovicnermin closed 3 years ago

dedovicnermin commented 3 years ago

delegate serialization/deserialization to apache avro and create schema registry for objects. will useful for ksql aiming to not change any xml based interactions

dedovicnermin commented 3 years ago

for now, using jsonConverter instead. faced issues with avro schema/plugins. will be implemented when ksql feature is complete

dedovicnermin commented 3 years ago

7ff2d21d9290ffa3f2af0981a8f88665fff80f09 using avro/schema registry on JDBC Source and Elasticsearch Sink communication. Dramatically increases the amount of transactions that get sent thanks to schema registry