{"id":16171938,"url":"https://github.com/fmvilas/hermesjs-kafka","last_synced_at":"2026-01-31T02:03:58.174Z","repository":{"id":51706700,"uuid":"211903901","full_name":"fmvilas/hermesjs-kafka","owner":"fmvilas","description":"Kafka adapter for Hermes","archived":false,"fork":false,"pushed_at":"2022-04-29T01:13:16.000Z","size":35,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T20:46:32.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/fmvilas.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":"2019-09-30T16:25:00.000Z","updated_at":"2023-03-05T02:43:17.000Z","dependencies_parsed_at":"2022-08-03T08:45:15.931Z","dependency_job_id":null,"html_url":"https://github.com/fmvilas/hermesjs-kafka","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/fmvilas/hermesjs-kafka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmvilas%2Fhermesjs-kafka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmvilas%2Fhermesjs-kafka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmvilas%2Fhermesjs-kafka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmvilas%2Fhermesjs-kafka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmvilas","download_url":"https://codeload.github.com/fmvilas/hermesjs-kafka/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmvilas%2Fhermesjs-kafka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-10T03:44:24.107Z","updated_at":"2026-01-31T02:03:58.149Z","avatar_url":"https://github.com/fmvilas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermesjs-kafka\n\nKafka adapter for [HermesJS](https://github.com/fmvilas/hermes).\n\n## Installing\n\n```\nnpm install hermesjs-kafka\n```\n\n## Example\n\n```js\nconst Hermes = require('hermesjs');\nconst KafkaAdapter = require('hermesjs-kafka');\n\nconst app = new Hermes();\n\napp.addAdapter(KafkaAdapter, {\n  clientId: 'myClientId',\n  brokers: ['localhost:9092'],\n  consumerOptions: {\n    groupId: 'myGroupId',\n  },\n  topics: ['user__signedup'],\n  topicSeparator: '__',\n});\n```\n\nSee a working example [here](./example/index.js).\n\n## Author\n\nFran Méndez ([fmvilas.com](https://fmvilas.com))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmvilas%2Fhermesjs-kafka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmvilas%2Fhermesjs-kafka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmvilas%2Fhermesjs-kafka/lists"}