Skip to content

Commit 091fbc0

Browse files
kafka: notes on kafka connect
1 parent 064a8f6 commit 091fbc0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: programming/kafka/README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [*Effective Kafka*, Emil Koutanov](https://leanpub.com/effectivekafka) - by the author of Kafdrop
88
* [Setting Up Your Local Event-Driven Environment Using Kafka Docker](https://betterprogramming.pub/your-local-event-driven-environment-using-dockerised-kafka-cluster-6e84af09cd95)
99
* [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*
1011

1112
#### Installing
1213

@@ -25,11 +26,22 @@
2526
* [Open-Source Web UI for Apache Kafka](https://hackernoon.com/kafdrop-2b4l32r7) - a quick run through of the Kafdrop GUI
2627
* [CMAK](https://github.com/yahoo/CMAK) - previously known as *Kafka Manager*
2728

28-
2929
#### Schema Registry
3030

3131
* [Github -> Confluent Schema Registry for Kafka](https://github.com/confluentinc/schema-registry)
3232
* [Schema Registry Overview](https://docs.confluent.io/platform/current/schema-registry/index.html)
3333
* [Schema Registry Tutorials](https://docs.confluent.io/platform/current/schema-registry/schema_registry_tutorial.html#schema-registry-tutorial)
3434
* [Add Schema Registry to Kafka in Your Local Docker Environment](https://betterprogramming.pub/adding-schema-registry-to-kafka-in-your-local-docker-environment-49ada28c8a9b)
3535
* 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

Comments
 (0)