Skip to content

Category Archives: Java

Volley is an HTTP library that’s used for caching and making a network request in Android applications. It is an HTTP library that makes networking… Read More
For understanding horizontal ListView in android, first, we have to know about list view in android. ListView is scrollable collection of views, where each view… Read More
In Android, there are many views available already, using them any developer creates a UI of an android application, that a developer wants to create.… Read More
Java developers are one of the most elite developing sectors in the IT industry and their demand has never been dull in these years. For… Read More
Conduktor is a full-featured native desktop application that plugs directly into Apache Kafka to bring visibility to the management of Kafka clusters, applications, and microservices.… Read More
Kafka Consumers is used to reading data from a topic and remember a topic again is identified by its name. So the consumers are smart… Read More
Kafka Producers are going to write data to topics and topics are made of partitions. Now the producers in Kafka will automatically know to which… Read More
Kafka Consumers is used to reading data from a topic and remember a topic again is identified by its name. So the consumers are smart… Read More
Kafka Producers are going to write data to topics and topics are made of partitions. Now the producers in Kafka will automatically know to which… Read More
Kafka Producers are going to write data to topics and topics are made of partitions. Now the producers in Kafka will automatically know to which… Read More
Conduktor is a full-featured native desktop application that plugs directly into Apache Kafka to bring visibility to the management of Kafka clusters, applications, and microservices.… Read More
Apache Kafka is a publish-subscribe messaging system. A messaging system let you send messages between processes, applications, and servers. Broadly Speaking, Apache Kafka is software… Read More
When you start with your company it’s very simple you have your source system and you have your target system and maybe you need to… Read More
Function: A Function is a reusable piece of code. It can have input data on which it can operate (i.e. arguments) and it can also… Read More
In Wiremock, Verification comes after stubbing and request matching. Verification is to check with the Wiremock server as to whether a given request was received… Read More