-
Notifications
You must be signed in to change notification settings - Fork 910
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
rec: Move to a stream based socket for the control channel #10930
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, I did not test it.
Looks like this unveovered/introduced a bug in command line parsing/passing to the recursor
|
be followed by a passed fd. Interesting to see that OpenBSD chops up recvs based on the sends, while Linux is happy to read more than was passed to the corresponding send call if another send was called after that.
Is there a way to revert/re-enable the old control protocol for 3rd party packages that haven't been updated yet? I'm specifically interested in Telegraf reporting as above. |
I don't think so, no, sorry :-/ |
No idea, I'm just following their documentation of how to feed Influx with PowerDNS telemetry. Using the HTTP API would mean I don't need to deploy Telegraf to my PowerDNS servers. |
Found this which I'll try instead of using the unix-socket |
Short description
Nice consequences:
Survived basic testing here.
Checklist
I have: