|
7 | 7 | * [*Effective Kafka*, Emil Koutanov](https://leanpub.com/effectivekafka) - by the author of Kafdrop
|
8 | 8 | * [Setting Up Your Local Event-Driven Environment Using Kafka Docker](https://betterprogramming.pub/your-local-event-driven-environment-using-dockerised-kafka-cluster-6e84af09cd95)
|
9 | 9 | * [Contrasting NATS with Apache Kafka](https://itnext.io/contrasting-nats-with-apache-kafka-1d3bdb9aa767)
|
| 10 | +* [7 part series on, Microservices, Event Systems and Kafka](https://www.confluent.io/blog/data-dichotomy-rethinking-the-way-we-treat-data-and-services/) *The Data Dichotomy: Rethinking the Way We Treat Data and Services* |
10 | 11 |
|
11 | 12 | #### Installing
|
12 | 13 |
|
|
25 | 26 | * [Open-Source Web UI for Apache Kafka](https://hackernoon.com/kafdrop-2b4l32r7) - a quick run through of the Kafdrop GUI
|
26 | 27 | * [CMAK](https://github.com/yahoo/CMAK) - previously known as *Kafka Manager*
|
27 | 28 |
|
28 |
| - |
29 | 29 | #### Schema Registry
|
30 | 30 |
|
31 | 31 | * [Github -> Confluent Schema Registry for Kafka](https://github.com/confluentinc/schema-registry)
|
32 | 32 | * [Schema Registry Overview](https://docs.confluent.io/platform/current/schema-registry/index.html)
|
33 | 33 | * [Schema Registry Tutorials](https://docs.confluent.io/platform/current/schema-registry/schema_registry_tutorial.html#schema-registry-tutorial)
|
34 | 34 | * [Add Schema Registry to Kafka in Your Local Docker Environment](https://betterprogramming.pub/adding-schema-registry-to-kafka-in-your-local-docker-environment-49ada28c8a9b)
|
35 | 35 | * Tutorial of starting and configuring the Schema Registry in docker compose
|
| 36 | + |
| 37 | +#### Kafka Connect |
| 38 | + |
| 39 | +* [How to Use Single Message Transforms in Kafka Connect](https://www.confluent.io/blog/kafka-connect-single-message-transformation-tutorial-with-examples/) |
| 40 | +* [The Simplest Useful Kafka Connect Data Pipeline in the World…or Thereabouts – Part 1](https://www.confluent.io/blog/simplest-useful-kafka-connect-data-pipeline-world-thereabouts-part-1/) |
| 41 | + * streaming data from MySql into kafka and into ElasticSearch |
| 42 | + * a webcast on this POC [From Zero to Hero with Kafka Connect](https://databricks.com/session_eu20/from-zero-to-hero-with-kafka-connect) - [slides](https://talks.rmoff.net/ioHuht/from-zero-to-hero-with-kafka-connect#s9qHSEu) and [demo code](https://github.com/confluentinc/demo-scene/tree/master/kafka-connect-zero-to-hero) |
| 43 | +* [Kafka Connect Deep Dive – Error Handling and Dead Letter Queues](https://www.confluent.io/blog/kafka-connect-deep-dive-error-handling-dead-letter-queues/) |
| 44 | +* [Kafka Connect Deep Dive – JDBC Source Connector](https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector/) |
| 45 | +* [Debezium](https://debezium.io/) |
| 46 | + * connectors for Mysql, PostgreSQL and more based on log based CDC (change data capture) |
| 47 | + * [Mysql tutorial](https://github.com/debezium/debezium-examples/tree/main/tutorial#using-mysql) |
0 commit comments