This is an automated email from the ASF dual-hosted git repository.
sjwiesman pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git
The following commit(s) were added to refs/heads/dev by this push:
new dcfcb3a [hotfix] Fix typo in README
dcfcb3a is described below
commit dcfcb3adb68bb775ae7e7d59b15cbc78e9f8eb99
Author: Kevin Loftis <[email protected]>
AuthorDate: Sun Dec 19 22:12:17 2021 -0800
[hotfix] Fix typo in README
This closes #15
---
playground-internal/statefun-playground-producer/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playground-internal/statefun-playground-producer/README.md
b/playground-internal/statefun-playground-producer/README.md
index 41dd067..d412a3e 100644
--- a/playground-internal/statefun-playground-producer/README.md
+++ b/playground-internal/statefun-playground-producer/README.md
@@ -1,4 +1,4 @@
-# Kafak Producer
+# Kafka Producer
# What
This is a simple, single threaded `Python` script that produces JSONs into a
`Kafka` topic.