Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 648 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 648 Bytes

This repository contains mini-projects developed for different things in my current learning.

  1. grpc
  • a brief about why it is needed
  • what are it's advantages
  • architecture it follows
  • a code example - client - in (python/java) server in java - with basic setup instructions.
  1. kafka
  • An article describing kafka - broker, topics, consumers, producers, consumer groups, partition, failure handling in kafka from replications is described below:
  • postman api's collection. Sender api, receiver api.
  • code example, driver app sending updates to a messaging queue, client apps receiving updates from the same queue.

Todo:

  1. activemq