geekRai
a programmer's diary !
Thursday, December 12, 2019
Important Configuration Parameters of Kafka Producers
›
The list of Kafka configurations for Producer is quite large. But, the good news is that you are not forced to configure all of them; Kafk...
2 comments:
Resolving ClassNotFoundException in Java
›
ClassNotFoundException is a checked exception and subclass of java.lang.Exception. Recall that, checked exceptions need to be handled eith...
Distributed Data System Patterns
›
I have published the post on Medium, here .
1 comment:
Monday, December 2, 2019
Performance Parameters for a System
›
Performance is characterized by the amount of useful work accomplished by a computer system compared to the time and resources used. D...
Saturday, July 20, 2019
Good practices for Accessing Couchbase Programatically
›
Couchbase is one of the most popular distributed, fault-tolerant, and highly performant Document-oriented as well as a key-value store. Li...
›
Home
View web version