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

out_forward: heartbeat_type none #626

Merged
merged 1 commit into from
Jul 7, 2015
Merged

out_forward: heartbeat_type none #626

merged 1 commit into from
Jul 7, 2015

Conversation

sonots
Copy link
Member

@sonots sonots commented Jul 1, 2015

Added an option to disable the heartbeat.

Using another round robin system such as DNS round robin, HAProxy, or something, we typically want to do health check with another system.

BTW: This is a kind of porting from fluent-plugin-keep-forward

else
raise ConfigError, "forward output heartbeat type should be 'tcp' or 'udp'"
raise ConfigError, "forward output heartbeat type should be 'tcp' or 'udp', or 'none'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'tcp', 'udp' or 'none' ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed as 'tcp', 'udp', or 'none'

@repeatedly
Copy link
Member

It seems good for me.
Does someone have any problem?

@repeatedly repeatedly added enhancement Feature request or improve operations feature request *Deprecated Label* Use enhancement label in general labels Jul 7, 2015
@tagomoris
Copy link
Member

👍

repeatedly added a commit that referenced this pull request Jul 7, 2015
out_forward: heartbeat_type none
@repeatedly repeatedly merged commit 3c501aa into master Jul 7, 2015
@sonots sonots deleted the heartbeat_none branch July 16, 2015 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations feature request *Deprecated Label* Use enhancement label in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants