inital commit

This commit is contained in:
2023-11-28 17:15:23 +03:00
commit 030e2f85f5
15 changed files with 620 additions and 0 deletions

17
kafka_example.code-workspace Executable file
View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "topic"
},
{
"path": "producer"
},
{
"path": "consumer"
},
{
"path": "deployments"
}
],
"settings": {}
}