{"id":38010832,"url":"https://github.com/voiceip/mod_event_kafka","last_synced_at":"2026-01-16T19:20:20.935Z","repository":{"id":39741531,"uuid":"123924681","full_name":"voiceip/mod_event_kafka","owner":"voiceip","description":"Freeswitch Kafka Plugin","archived":false,"fork":false,"pushed_at":"2023-08-29T05:51:25.000Z","size":489,"stargazers_count":37,"open_issues_count":1,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-07-30T18:31:07.384Z","etag":null,"topics":["freeswitch","freeswitch-event","freeswitch-kafka-plugin","freeswitch-plugin","kafka"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voiceip.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}},"created_at":"2018-03-05T13:38:18.000Z","updated_at":"2024-02-23T08:24:00.000Z","dependencies_parsed_at":"2022-08-09T15:25:15.574Z","dependency_job_id":null,"html_url":"https://github.com/voiceip/mod_event_kafka","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voiceip/mod_event_kafka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voiceip%2Fmod_event_kafka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voiceip%2Fmod_event_kafka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voiceip%2Fmod_event_kafka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voiceip%2Fmod_event_kafka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voiceip","download_url":"https://codeload.github.com/voiceip/mod_event_kafka/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voiceip%2Fmod_event_kafka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["freeswitch","freeswitch-event","freeswitch-kafka-plugin","freeswitch-plugin","kafka"],"created_at":"2026-01-16T19:20:20.747Z","updated_at":"2026-01-16T19:20:20.864Z","avatar_url":"https://github.com/voiceip.png","language":"C++","funding_links":[],"categories":["Voice \u0026 Telephony"],"sub_categories":["FreeSWITCH"],"readme":"# mod_event_kafka\nFreeswitch Kafka Plugin \n\n[![Build Status](https://github.com/voiceip/mod_event_kafka/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/voiceip/mod_event_kafka/actions/workflows/main.yml)\n\nInstall this plugin to publish all of the freeswitch generated events to Kafka reliably from the freeswitch server. To enable just configure the `event_kafka.conf.xml` \n\n```xml\n\u003cconfiguration name=\"event_kafka.conf\" description=\"Kafka Event Configuration\"\u003e\n\t\u003csettings\u003e\n\t\t\u003cparam name=\"bootstrap-servers\" value=\"localhost:9092\"/\u003e\n\t\t\u003cparam name=\"topic\" value=\"kafa-topic-name\" /\u003e \n\t\t\u003cparam name=\"username\" value=\"\" /\u003e\n\t\t\u003cparam name=\"password\" value=\"\" /\u003e\n\t\t\u003cparam name=\"buffer-size\" value=\"256\" /\u003e \n\t\t\u003cparam name=\"compression\" value=\"snappy\"/\u003e\n\t\t\u003cparam name=\"event-filter\" value=\"\"/\u003e \n\t\u003c/settings\u003e\n \u003c/configuration\u003e\n```\nand enable autoloading of the module by adding the following entry in `modules.conf.xml`\n\n```xml\n \u003cload module=\"mod_event_kafka\"/\u003e\n```\n\n\n\n# Building\n\n## IDE Based Build\n\nWe use vscode + docker, to enable easy building on any platform with the use of [remote-container](https://code.visualstudio.com/docs/remote/containers#_getting-started) feature of `Visual Studio Code`. If you are new to this, follow the [getting started guide](https://code.visualstudio.com/docs/remote/containers#_getting-started) \n\nOpen the project in `Visual Studio Code` and just Run Task `Release`.\n\n\n## Manually Building\n\n### Install Dependencies\n```bash\nsudo apt-get install libfreeswitch-dev\nsudo apt-get install build-essential pkg-config \nsudo apt-get install librdkafka-dev libz-dev libssl-dev\n```\n\n### Build\n\n```\nmake\nmake install\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoiceip%2Fmod_event_kafka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoiceip%2Fmod_event_kafka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoiceip%2Fmod_event_kafka/lists"}