Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Microservices Architecture
Kafka: Topics, Partition & Consumers
Concepts What is Kafka? Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. What is Topic? K...
More from this blog
Event Capturing in JavaScript
Event capturing occurs when a nested element gets clicked. The click event of its parent elements must be triggered before the click of the nested element. Event capturing is not the default behavior of Javascript Events. In vanilla javaScript we ne...
Kafka: Topics, Partition & Consumers
Concepts What is Kafka? Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. What is Topic? K...
Microservice Communication with Kafka
Kafka with Node.js
Generator Function in JavaScript
Generator Function is used to Pause and Resume the execution of the function with its context (variable bindings) saved across re-entrances. This allows you to generate values on-the-fly, without having to generate all of the values at once. A genera...
