This repos is to keep all the relevant informations related for confluent-kafka-certification (CCDAK). Note: This is work in progress, it will be improved overtime.
Description | Links |
---|---|
setup & commands | README.md |
kafka-core | README.md |
Kafka producer | README.md |
Kafka consummer | README.md |
Kakfa Connectors | README.md |
Kakfa schema-registry | README.md |
Kakfa Streams | README.md |
Kakfa KSQL | README.md |
Kafka-DSL | |
Kakfa KSQL | |
Kafka-control-center | |
Kafka-security |
- Kafka-rest https://docs.confluent.io/current/kafka-rest/index.html
- kafka-rest https://docs.confluent.io/current/kafka-rest/docs/index.html
- kafka-rest https://docs.confluent.io/current/kafka-rest/quickstart.html
- schema registry https://docs.confluent.io/current/schema-registry/schema_registry_tutorial.html
- Kafka-connectors https://www.baeldung.com/kafka-connectors-guide
- Kafka-connect https://data-flair.training/blogs/kafka-connect/amp/
- Kafka-connect-avro https://docs.confluent.io/current/cp-docker-images/docs/tutorials/connect-avro-jdbc.html
- kafka-connect https://www.confluent.io/blog/simplest-useful-kafka-connect-data-pipeline-world-thereabouts-part-1/
- kafka-connect https://docs.confluent.io/current/cp-docker-images/docs/tutorials/connect-avro-jdbc.html
- Kafka-streams https://www.confluent.io/stream-processing-cookbook/
- Kafka-streams https://docs.confluent.io/current/streams/index.html
- KSQL https://docs.confluent.io/current/ksql/docs/faq.html
- KSQL https://docs.confluent.io/current/ksql/docs/tutorials/index.html
- KSQL https://www.michael-noll.com/blog/2018/04/05/of-stream-and-tables-in-kafka-and-stream-processing-part1/
- Kafka Security https://medium.com/@stephane.maarek/introduction-to-apache-kafka-security-c8951d410adf
- Kafka-control-center https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html
- Kafka schema registry and rest-proxy - https://youtu.be/5fjw62LGYNg
- Avro: schema evolution - By Stephane Maarek - https://youtu.be/SZX9DM_gyOE
- Avro producer - By Stephane Maarek https://youtu.be/_6HTHH1NCK0
- Kafka Connect Architecture - By Stephane Maarek https://youtu.be/YOGN7qr2nSE
- Kafka Connect Concepts - By Stephane Maarek https://youtu.be/BUv1IgWm-gQ
- Kafka Connect Distributed architecture - By Stephane Maarek https://youtu.be/52HXoxthRs0
- Kafka-connect https://www.youtube.com/playlist?list=PLt1SIbA8guutTlfh0J7bGboW_Iplm6O_B
- KSQL https://www.youtube.com/watch?v=ExEWJVjj-RA&list=PLa7VYi0yPIH2eX8q3mPpZAn3qCS1eDX8W
- kafka-streams explained by Neha https://www.youtube.com/watch?v=A9KQufewd-s&feature=youtu.be
- kafka-streams https://www.youtube.com/watch?v=Z3JKCLG3VP4&list=PLa7VYi0yPIH1vDclVOB49xUruBAWkOCZD
- kafka-streams https://youtu.be/Z3JKCLG3VP4
- kafka-streams https://youtu.be/LxxeXI1mPKo
- kafka-streams https://youtu.be/-y2ALVkU5Bc
- kafka-streams - By Stephane Maarek https://youtu.be/wPw3tb_dl70
- kafka-streams - By Tim berglund https://youtu.be/7JYEEx7SBuE
- kafka-streams - By Tim berglund https://youtu.be/3kJgYIkAeHs
- Exactly once semantics : https://www.confluent.io/blog/exactly-once-semantics-are-possible-heres-how-apache-kafka-does-it/
- Kafka partition https://medium.com/@anyili0928/what-i-have-learned-from-kafka-partition-assignment-strategy-799fdf15d3ab
- kafka stateful DSL : https://kafka.apache.org/20/documentation/streams/developer-guide/dsl-api.html#stateful-transformations
https://www.confluent.io/stream-processing-cookbook/ https://www.confluent.io/blog/
http://lahotisolutions.blogspot.com/2019/03/apache-kafka-notes.html https://www.quora.com/How-do-I-prepare-for-Kafka-certification-confluent-1
Content in this github is sourced from following locations
- Confluent documentation
- Apache documentation
- Kafka definitive guide Book