Skip to content

Commit

Permalink
Update README with known issues (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem authored May 9, 2023
1 parent a458a82 commit 7f592a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,19 @@ files.

The code coverage is printed at the end using `simplecov`.

## Known Issues

- This plugin internally uses the HTTP server plugin
[helper](https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-http_server)
which has higher precedence for `async-http` over `webrick`. But,
[`webrick`](https://github.com/ruby/webrick) is required to run this. In an
environment where both are installed, `async-http` is automatically selected
causing runtime issues. To make this work, you need to uninstall `async-http`
i.e. `gem uninstall async-http`. See issue
[#10](https://github.com/iamazeem/fluent-plugin-protobuf-http/issues/10) for
more details where this was identified in Docker containers where both gems
were already installed.

## Contribute

- [Fork](https://github.com/iamazeem/fluent-plugin-protobuf-http/fork) the project.
Expand Down

0 comments on commit 7f592a7

Please sign in to comment.