{"id":13811499,"url":"https://github.com/zwzch/fluent-plugin-pulsar","last_synced_at":"2025-05-14T19:33:33.580Z","repository":{"id":217297569,"uuid":"222057833","full_name":"zwzch/fluent-plugin-pulsar","owner":"zwzch","description":"fluent pulsar input","archived":false,"fork":false,"pushed_at":"2019-11-16T06:34:40.000Z","size":18,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-19T06:53:05.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zwzch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-11-16T06:34:07.000Z","updated_at":"2022-03-09T04:53:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"723b2593-fc47-41e4-bcf1-544e29e4a09a","html_url":"https://github.com/zwzch/fluent-plugin-pulsar","commit_stats":null,"previous_names":["zwzch/fluent-plugin-pulsar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwzch%2Ffluent-plugin-pulsar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwzch%2Ffluent-plugin-pulsar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwzch%2Ffluent-plugin-pulsar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwzch%2Ffluent-plugin-pulsar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwzch","download_url":"https://codeload.github.com/zwzch/fluent-plugin-pulsar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254214072,"owners_count":22033628,"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":"2024-08-04T04:00:22.230Z","updated_at":"2025-05-14T19:33:33.262Z","avatar_url":"https://github.com/zwzch.png","language":"Ruby","funding_links":[],"categories":["Connectors"],"sub_categories":[],"readme":"# fluent-plugin-pulsar\n\n[Fluentd](https://fluentd.org/) input plugin to do \nas pulsar sink\n## Installation\n\n### RubyGems\n```\ngem install bundler\ngem install fluentd\ngem install digest-crc\ngem install ruby_protobuf\n```\n## Compile Pulsar API protocol buffer\n\n1. Clone proto file(PulsarApi.proto) from Pulsar Project page.\n```\ngit clone https://github.com/apache/pulsar.git\n```\n(The proto file path is at pulsar-common/src/main/proto/PulsarApi.proto)\n\n\n2. Compile the proto file using rprotoc\n```\nrprotoc PulsarApi.proto\n```\n\n3. Move PulsarApi.pb.rb to your project directory.\n\n4. copy lib/fluent/plugin/lib/* to your plugin dir.\n## Configuration\n```\nexample:\n$ fluent.conf\n\u003csource\u003e\n  @type pulsar\n  @id pulsar_input\n  tag debug.access\n  pulsar_port 6650\n  pulsar_host 127.0.0.1\n  pulsar_topic my-topic\n  pulsar_subscription sub\n  pull_duration 0.1\n\u003c/source\u003e\n\u003cmatch debug.**\u003e\n    @type stdout\n    @id stdout_output\n\u003c/match\u003e\n```\n\n## Copyright\n\n* Copyright(c) 2019- zhengwei01\n* License\n  * Apache License, Version 2.0\n\n## Thanks\n\n+ [ruby-pulsar-client](https://github.com/hiroakiwater/ruby-pulsar-client)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwzch%2Ffluent-plugin-pulsar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwzch%2Ffluent-plugin-pulsar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwzch%2Ffluent-plugin-pulsar/lists"}