-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated method: this method is going to be deleted. Use Fluent::MessagePackFactory.msgpack_unpacker #194
Comments
reference fix: |
I'm also getting this warning. @simukappu is it as simple as preparing a PR like the one @mindw shared in the comment above? |
Hi, |
@simukappu I'm using the lastest version of fluentd 1.9.1 |
Hi @eredi93, $ git clone https://github.com/awslabs/aws-fluent-plugin-kinesis.git
$ cd aws-fluent-plugin-kinesis
$ git checkout issue-194
$ gem build fluent-plugin-kinesis.gemspec
$ td-agent-gem install fluent-plugin-kinesis-3.2.0.gem
# Or
$ fluent-gem install fluent-plugin-kinesis-3.2.0.gem |
@simukappu i can confirm the deprecated messages are gone when using the patch 🙇 |
Released as v3.2.1. Thank you! |
Problem
We see hundreds of deprecation warnings per minute:
So i guess it related to this plugin we added recently.
Any fix for this ?
The text was updated successfully, but these errors were encountered: