This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new f00b239a86 Add GKN podcast to community podcasts (#884)
f00b239a86 is described below
commit f00b239a86b94096d6fb472d6d98a5864f363f71
Author: Hugh Evans <[email protected]>
AuthorDate: Wed Jun 24 09:41:33 2026 +0100
Add GKN podcast to community podcasts (#884)
Reviewers: Mickael Maison <[email protected]>
---
data/podcasts.json | 7 +++++++
static/images/podcast-logos/get-kafka-nated.jpg | Bin 0 -> 38904 bytes
2 files changed, 7 insertions(+)
diff --git a/data/podcasts.json b/data/podcasts.json
index 1da191eebc..7d748f7d93 100644
--- a/data/podcasts.json
+++ b/data/podcasts.json
@@ -19,6 +19,13 @@
"logo": "software-engineering-daily.png",
"logoBgColor": "#FFFFFF",
"description": "by Jeff Meyerson — while this podcast is rather broad in
scope, its <a href='https://softwareengineeringdaily.com/category/data/'>data
subcategory</a> is useful for Kafka practitioners"
+ },
+ {
+ "title": "Get Kafka-Nated",
+ "link": "https://getkafkanated.substack.com/",
+ "logo": "get-kafka-nated.jpg",
+ "logoBgColor": "#FF6719",
+ "description": "by Hugh Evans — a newsletter and podcast that covers the
latest news, trends, and best practices in the world of Apache Kafka and event
streaming featuring guests from the Kafka community and beyond"
}
]
diff --git a/static/images/podcast-logos/get-kafka-nated.jpg
b/static/images/podcast-logos/get-kafka-nated.jpg
new file mode 100644
index 0000000000..712de527c7
Binary files /dev/null and b/static/images/podcast-logos/get-kafka-nated.jpg
differ