Apache Kafka® and Apache Flink® resources abound this week…
On the architectural level, we’ve got a brand-new Confluent Developer course on event-driven microservices and a demo showing how to use Kafka as a data fabric. Then, zoom in and get technical with a Flink cookbook, a blog post on tumbling window aggregation in PyFlink, and a way to define alerts in Splunk based on Confluent Cloud audit logs. Plus, an exciting announcement: the agenda for Current 2024 has been revealed! Check it out! We hope you’ll be joining us for the keynote, talks from the community, and the Current 2024 party.
Learn how UNNEST works with Flink SQL queries where nested struct with multiple fields are present, here.
Got your own favorite Stack Overflow answer related to Flink or Kafka? Send it in to devx_newsletter@confluent.io!
Find metadata and data dictionary information for Confluent Flink tables, using the INFORMATION_SCHEMA. Log in to the Confluent CLI shell:
confluent login --save --organization-id ${ORG_ID}
Run the following command to enter the Confluent Flink SQL shell:
confluent flink shell --compute-pool ${COMPUTE_POOL_ID} --environment ${ENV_ID}
Then run a SQL query to get details about catalogs using the following query:
SELECT
`CATALOG_ID`,
`CATALOG_NAME`
FROM `INFORMATION_SCHEMA`.`INFORMATION_SCHEMA_CATALOG_NAME`;
The output will be similar to the following:
║CATALOG_ID CATALOG_NAME
║env-083b5 env_name
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! To view the content without subscribing, visit the Confluent Developer website.
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.