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

Secondary plugin input got affected by primary's buffer chunk. #3243

Closed
yang-wei opened this issue Feb 3, 2021 · 2 comments
Closed

Secondary plugin input got affected by primary's buffer chunk. #3243

yang-wei opened this issue Feb 3, 2021 · 2 comments
Labels

Comments

@yang-wei
Copy link

yang-wei commented Feb 3, 2021

Is your feature request related to a problem? Please describe.

Secondary plugin input got affected by primary's buffer chunk.

As described in awslabs/aws-fluent-plugin-kinesis#167 , when primary plugin is not working the input of secondary input has to depends on the primary plugin.

If secondary plugin get triggered I am expecting the input is same as what the primary plugin is handling.

Like I am expecting:

{"test":"this is a test message", "message_id":"1234"}

instead of

36cbd167849700a041b3bd691b014937íƒì{"test":"this is a test message", "message_id":"1234"}Ÿ

Where 36cbd167849700a041b3bd691b014937íƒì is added by plugin

side note

Also currently there is no clear documentation regarding which secondary plugin could be supported by which primary plugin =(
Though I do get something like this

Use different plugin for secondary. Check the plug
in works with primary like secondary_file primary="Fluent::KinesisStreamsOutput" secondary="Flue
nt::Plugin::ExecOutput"
@github-actions
Copy link

github-actions bot commented May 4, 2021

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

@github-actions github-actions bot added the stale label May 4, 2021
@github-actions
Copy link

github-actions bot commented Jun 3, 2021

This issue was automatically closed because of stale in 30 days

@github-actions github-actions bot closed this as completed Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant