Get Started Free

Apache Kafka and Apache Flink for Gaming: Customer Engagement

April 4, 2024

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!

Apache Kafka Resources:

Apache Flink Resources:

A Droplet from Stack Overflow:

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!

Terminal Tip of the Week:

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

Links from Around the Web:

Upcoming Events:

Hybrid

  • Current 2024 (Sep 17-18): The call for papers for Current 2024 is now closed. Thank you for your submissions! We will keep you updated on speaker and agenda announcements as they become available.
  • Kafka Summit Bangalore (May 2): Registration for KSB is still open! While we wait for the first-ever Kafka Summit in Bangalore, you can check out the agenda and speakers for the event.

In-person

By the way…

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.

Subscribe Now

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.

Recent Newsletters