English part

  • Apache Kafka: The most important thing about the official website is that you have a complete understanding of the official website documentation.
  • JIRA list: Issue list Use keywords to search for actual problems you encounter.
  • Kafka KIP: Kafka Improvement Proposals see the latest Kafka new feature Proposals and their discussion.
  • The article on controller and the new version of client is well worth a look.
  • Kafka StackOverflow: The Kafka problem area on StackOverflow is full of small questions, but some of the questions are very deep.
  • Kafka Github: The source code library is nothing to say, just the source code, fork your own.
  • There are many valuable questions in the IRC channel, sometimes as good as StackOverflow.
  • Kafka Javadocs: Kafka 0.10.0.1 API Client Java API, KafkaProducer and KafkaConsumer are probably the most common objects that you need to query.
  • Kafka Coding Style: The code specification covers everything from variable naming to multithreading.
  • Confluent Blog: Apache Kafka Best Practices, Product Updates Kafka is a technical Blog maintained by the Kafka development team.

The Chinese part

  • This is kafka China QQ group administrator Li Zhitao’s blog, the content is very detailed, although the update degree is not very fast.
  • Hu Xi: Public number [big data Kafka technology sharing] author Kafka essay is very detailed.
  • OrcHome: Kafka Chinese tutorial kafka question and answer website, the content of which is as good as Li Zhitao’s blog, you can also have a look.
  • There are other articles scattered around the web, just be careful when reading them. Kafka is a new version of Kafka that was released in 2015 or before.
Reference:www.cnblogs.com/huxi2b/p/59…