,

Inter Microservice communication with RSocket

RSocket is a Binary Protocol that supports both TCP and WebSockets communications. RSocket has better communication approaches that youcan not achieve from traditional HTTP based or Message driven approaches. Most of the software designers or architects focusing traditional HTTP or messagingapproaches (Kafka/AMQP) for their micro-service communications but RSocket stands out from the rest if you…

Read more


Recent posts
Recent photos
  • KSQL – The SQL for kafka

    Kafka is a popular choice among developers and architects when designing micro-service based applications. The powerful event streaming nature and reliability are the main considerations when choosing Kafka. As we all know Kafka follows producer – broker – consumer flow. When it comes to stream processing we two options In second case, we do not…

  • Spring Native – The Cloud Friendly Spring

    Become cloud friendly is must for a framework nowadays. That’s why Micronaut and Quarkus are popular choices among developers and cloud architects because those frameworks consume less resources and less response times compare to traditional SpringBoot, SpringMVC or J2EE applications. Main thing is you need a application server most of the time and that takes…