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

Mistaken Code for serf #624

Open
zpfuping opened this issue Jan 11, 2021 · 0 comments
Open

Mistaken Code for serf #624

zpfuping opened this issue Jan 11, 2021 · 0 comments

Comments

@zpfuping
Copy link

zpfuping commented Jan 11, 2021

We have met some Serf encoding issue. How to encode and decode for serf event and payload?
How to fix this problem permanently?

serf_event_handler:247[INFO] Received Event: 'gP' Received Payload: '{"put": {"gPName": "nHo\xf3t"}}'
s is \xf3 not. The correct should be \x73
Such as "po髏": -> post
dis\x03\x82ver -> discover
c\xcd -> cm
驪ort ->sPort
Received Event: 'ta\xe2le' ->table
serf_udp_sender:31 [DEBUG] sent UDP message with data: ' member-join: c\xcd\x1f\n\xa5' to localhost:56789

serf --version
Serf v0.8.0
Agent Protocol: 4 (Understands back to: 2)

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

No branches or pull requests

1 participant