Skip to content
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

Plugin fixed for Heka 0.10 and recycling for custom encoder #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

tommyvicananza
Copy link

I was trying to use heka-bigquery for saving my logs in bq. I am using Heka 0.10 version and also have Go 1.4.2.

The problem came when I wasn't able to install heka-bigquery because recycle pack. In Go 1.4.2 you need to send any parameter in recycle pack.

After fixing it, another trouble appeared, I was using a custom encoder and it stopped to send messages to bq, so I realized in heka-bigquery code wasn't recycling messages for custom encoders so I added recycle pack with this condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants