@@ -63,14 +63,16 @@ jdbc-sink-json-schema
6363https://stackoverflow.com/questions/45928768/kafka-connect-jdbc-sink-connector-not-working/45940013#45940013
6464https://github.com/apache/kafka/blob/2.4.0/connect/json/src/main/java/org/apache/kafka/connect/json/JsonSchema.java#L39-L59
6565
66- ---
66+ ---
6767
6868# testing
6969https://kafka.apache.org/11/documentation/streams/developer-guide/testing.html
7070# examples
7171https://github.com/confluentinc/kafka-streams-examples
72+ # ZIO
73+ https://blog.univalence.io/des-microservices-kafka-streams-avec-zio-et-http4s/
7274
73- ---
75+ --- OLD
7476
7577# connectors
7678https://softwaremill.com/import-export-through-kafka-connectors/
@@ -79,4 +81,40 @@ https://rmoff.net/2019/05/08/when-a-kafka-connect-converter-is-not-a-_converter_
7981# kafka manager
8082https://github.com/yahoo/CMAK
8183
82- https://blog.univalence.io/des-microservices-kafka-streams-avec-zio-et-http4s/
84+ # kafka
85+ https://hevodata.com/blog/how-to-set-up-kafka-on-ubuntu-16-04/
86+ https://medium.com/@stephane.maarek/how-to-use-apache-kafka-to-transform-a-batch-pipeline-into-a-real-time-one-831b48a6ad85
87+ https://medium.com/bakdata/queryable-kafka-topics-with-kafka-streams-8d2cca9de33f
88+
89+ # mirror maker
90+ https://engineering.salesforce.com/mirrormaker-performance-tuning-63afaed12c21
91+ https://community.hortonworks.com/articles/79891/kafka-mirror-maker-best-practices.html
92+ https://www.instaclustr.com/support/documentation/kafka/kafka-cluster-management/setting-up-mirror-maker
93+ https://blog.newrelic.com/engineering/kafka-best-practices/
94+
95+ # kafka streams
96+ https://www.confluent.io/blog/introducing-kafka-streams-stream-processing-made-simple
97+ https://www.confluent.io/blog/hello-world-kafka-connect-kafka-streams
98+ https://www.confluent.io/blog/distributed-real-time-joins-and-aggregations-on-user-activity-events-using-kafka-streams
99+
100+ # avro
101+ https://github.com/akka/alpakka-kafka/issues/342
102+ http://rick-hightower.blogspot.com/2017/05/apache-avro-tutorial.html
103+ https://medium.com/@mykidong/howto-implement-avro-schema-inheritance-757d2897c1ad
104+ https://gist.github.com/cmilfont/2466a4272adcf0d5d20a309002df6799
105+ https://dzone.com/articles/kafka-avro-scala-example
106+
107+ # avro + schema registry
108+ https://docs.confluent.io/current/schema-registry/docs/index.html
109+ https://www.sderosiaux.com/articles/2017/03/02/serializing-data-efficiently-with-apache-avro-and-dealing-with-a-schema-registry
110+ https://web.archive.org/web/20180321112249/https://cloudurable.com/blog/kafka-avro-schema-registry/index.html
111+ https://msayag.github.io/Kafka
112+ http://bytepadding.com/big-data/spark/avro/avro-serialization-de-serialization-using-confluent-schema-registry
113+ https://github.com/sachabarber/KafkaAvroExamples
114+
115+ https://www.madewithtea.com/kafka-streams-in-scala-with-schema-registry.html
116+ https://github.com/lagom/lagom/issues/668
117+ https://docs.confluent.io/current/schema-registry/docs/serializer-formatter.html
118+ https://gist.github.com/avpatel257/0a88d20200661b31ab5f5df7adc42e6f
119+ https://groups.google.com/forum/#!topic/akka-user/42SHwSIM1Xw
120+ http://subprotocol.com/system/apache-spark-ec2-avro.html
0 commit comments