Get Started Free

Kafka Summit London 2023, Flink, and Wikipedia…

May 18, 2023

We’ve just wrapped up Kafka Summit London… and what an event it was! We met new friends and connected with old ones. We learned from so many folks in the Kafka community. Confluent shared news about Kafka and Confluent Cloud, and also described the upcoming Managed Service for Apache Flink®. If you weren’t able to attend, we’ll be making the talks available online; meanwhile, you can watch the talks from KSL 2022 and Current 2022.

Visit the official Kafka Summit site to watch the keynote and learn more. You can also get started learning Flink with the resources listed below.

Apache Kafka® Resources:

Apache Flink® Resources:

Terminal Tip of the Week:

Say I have a file, sed_example.txt, with the following contents:

Cat
Cat
Cat
Dog
Dog
Cat

What if I wanted to replace each ‘Cat’ line with the word ‘Dog’? I could use sed, which is a stream editor. Here’s an example of the syntax I’d use:

sed 's/Cat/Dog/' sed_example.txt
Dog
Dog
Dog
Dog
Dog
Dog

Try it for yourself! (Many thanks to Jeff Bean from Confluent for the suggestion!)! We’ll get into more advanced sed tips in future newsletters.

Links From Around the Web:

In Other News:

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 want to submit your own resource for consideration, send us an email at info@confluent.io!

P.S. If you want to learn more about Kafka 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