-
Notifications
You must be signed in to change notification settings - Fork 868
Home
Matt Howlett edited this page Jul 6, 2020
·
28 revisions
- Clients - general information relevant to all client types
- Serialization
- Blogs and Presentations
- Official Docs (irregularly updated)
- API Reference
- README.md
- Examples
- Tests - there are tests for most things, so if all else fails you can look here for example usage.
If you're new to Apache Kafka, the introduction and design sections of the Apache documentation are an excellent place to start.
The Confluent blog has a lot of good technical information - Jay Kreps's guide to building a streaming platform covers many of the core concepts again, but with a focus on Kafka's role at a company-wide scale. Also noteworthy are Ben Stopford's microservices blogposts for his unique take on the relationship between applications and data.
Confluent Platform is an extended distribution of Apache Kafka. A good comparison of Apache Kafka, Confluent OSS and Confluent Enterprise can be found here.