Learn about using Apache Kafka® and Apache Flink® in tandem in a gaming use case! Or, learn about them separately in our other resources listed this week. We’ve also got Schema Registry best practices, smart retry mechanisms, and a GitHub data use case on the Kafka side of things—all blog posts! For Flink, we’re featuring Robin Moffat’s slides about Flink SQL for non-Java devs and a Flink in Java course module from Confluent Developer. Dive in!
Read this succinct summary of what a Flink SQL table is from David Anderson to understand both the philosophy and implementation of Flink SQL tables.
Got your own favorite Stack Overflow answer related to Flink or Kafka? Send it in to devx_newsletter@confluent.io!
This is how you spin up a Kafka cluster and compute pool with confluent-flink-quickstart:
confluent flink quickstart \
--name cluster_name \
--max-cfu 10 \
--region us-east-1 \
--cloud aws
But what do these flags mean?
confluent flink quickstart \
--name cluster_name \ the name of the cluster you'd like to start up
--max-cfu 10 \ a CFU is a logical unit of processing power that is used to measure the resources consumed by Confluent Cloud
--region us-east-1 \ the region to start both the cluster and the compute pool (must be the same)
--cloud aws\ the cloud service you'd like to launch your cluster and compute pool one
Hybrid
In-person
We hope you enjoyed our curated assortment of resources! If you’d like to provide feedback, suggest ideas for content you’d like to see, or you want to submit your own resource for consideration, email us at devx_newsletter@confluent.io!
If you’d like to view previous editions of the newsletter, visit our archive.
If you’re viewing this newsletter online, know that we appreciate your readership and that you can get this newsletter delivered directly to your inbox by filling out the signup form on the left-hand side.
P.S. If you want to learn more about Kafka, Flink, or Confluent Cloud, visit our developer site at Confluent Developer.
We will only share developer content and updates, including notifications when new content is added. We will never send you sales emails. 🙂 By subscribing, you understand we will process your personal information in accordance with our Privacy Statement.