{"id":24499647,"url":"https://github.com/codewithkyle/kafka-csharp-prototype","last_synced_at":"2025-03-15T07:15:55.128Z","repository":{"id":265609864,"uuid":"627145028","full_name":"codewithkyle/kafka-csharp-prototype","owner":"codewithkyle","description":"Apache Kafka C# Prototype","archived":false,"fork":false,"pushed_at":"2023-04-12T22:06:54.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:52:22.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithkyle.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-12T21:58:26.000Z","updated_at":"2023-04-12T22:12:48.000Z","dependencies_parsed_at":"2024-11-30T09:09:58.832Z","dependency_job_id":null,"html_url":"https://github.com/codewithkyle/kafka-csharp-prototype","commit_stats":null,"previous_names":["codewithkyle/kafka-csharp-prototype"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fkafka-csharp-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fkafka-csharp-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fkafka-csharp-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2Fkafka-csharp-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithkyle","download_url":"https://codeload.github.com/codewithkyle/kafka-csharp-prototype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695597,"owners_count":20332629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T22:15:11.708Z","updated_at":"2025-03-15T07:15:55.101Z","avatar_url":"https://github.com/codewithkyle.png","language":"C#","readme":"### Server Setup:\n\n**Update Kafka**\n\n```\nvi config/server.properties\n```\n\n```\nadvertised.listeners=PLAINTEXT://PUBLIC_IP:9092\nlog.dirs=/var/log/kafka\n```\n\n**Update ZooKeeper**\n\n```\nvi config/zookeeper.properties\n```\n\n```\ndataDir=/var/log/zookeeper\n```\n\n### Create daemons:\n\n**ZooKeeper**\n\n```\nsudo vi /etc/systemd/system/zookeeper.service\n```\n\n```\n[Unit]\nDescription=Apache ZooKeeper Server\nRequires=network.target remote-fs.target\nAfter=network.target remote-fs.target\n\n[Service]\nType=simple\nUser=root\nExecStart=/root/kafka/bin/zookeeper-server-start.sh /root/kafka/config/zookeeper.properties\nExecStop=/root/kafka/bin/zoookeeper-server-stop.sh\nRestart=on-failure\n\n[Install]\nWantedBy=multi-user.target\n```\n\n**Kafka**\n\n```\nsudo vi /etc/systemd/system/kafka.service\n```\n\n```\n[Unit]\nDescription=Apache Kafka Server\nRequires=network.target remote-fs.target\nAfter=network.target remote-fs.target zookeeper.service\n\n[Service]\nType=simple\nUser=root\nExecStart=/root/kafka/bin/kafka-server-start.sh /root/kafka/config/server.properties\nExecStop=/root/kafka/bin/kafka-server-stop.sh\nRestart=on-failure\n\n[Install]\nWantedBy=multi-user.target\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithkyle%2Fkafka-csharp-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithkyle%2Fkafka-csharp-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithkyle%2Fkafka-csharp-prototype/lists"}