Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambharath-ashok/apache-kafka
Inside Out of Apache Kafka
https://github.com/iambharath-ashok/apache-kafka
Last synced: 8 days ago
JSON representation
Inside Out of Apache Kafka
- Host: GitHub
- URL: https://github.com/iambharath-ashok/apache-kafka
- Owner: iambharath-ashok
- Created: 2019-04-01T05:10:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:19:03.000Z (about 1 year ago)
- Last Synced: 2024-11-13T02:39:54.464Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache-kafka
Inside Out of Apache Kafka|| Guru Raghavendra Vaibhava ||
1. What is kafka
2. Kafka Architecture
3. Installing kafka
4. Starting Zookeeper and Kafka Broker
5. Kafka Topics, Producers, Consumers, Partitions, Offset, Retention Period
7. Creating Topics, Console Producers and Consumers
8. Core API's of Kafka
- Producer API
- Consumer API
- Stream API
- Connect API
9. Behind the scenes - Create Topic, Zookeeper and Broker
10. Running Multiple Brokers with multiple server.properties
11. Leader, Replication Factor, ISR (In Sync Replica)
12. Kafka Producer with Java
13. Alter Configuration of Topic
14. Producer Partitioning Mechanism
- Direct
- Hash Key
- Round Robin
- Custom Implementation Class
15. Kafka Consumer Example
16. Offset Management in Kafka using java
- Manual Offset Management
- Automatic Offset Management
17. Consumer Group in Kafka Consumer
- High Throughput
- Fault Tolerance
- Group Coordinator
- Role of Group Coordinator
18. Resetting to specific offset value in Kafka Consumer
19. Consumer Additional Properties and Configuaration
20. Kafka GUI Client
21. Apache kafka and Apache Camel Integration
22. Apache Kafka with docker