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

UDP message not arriving on service on Azure #374

Open
clintsinger opened this issue Jul 7, 2019 · 3 comments
Open

UDP message not arriving on service on Azure #374

clintsinger opened this issue Jul 7, 2019 · 3 comments
Assignees

Comments

@clintsinger
Copy link

I am currently exploring SFM and as part of that I have a mesh service that opens port 90 and receives a string via UDP and then echo's it back to the sender. This scenario runs on my local machine where the sender and the SFM containerized service are on the same machine but doesn't work when I try that same sender to the same service hosted in Azure SFM.

I have a couple services as part of the application and the HTPP ones are able to be receive and respond to an external request but the UDP one doesn't do anything. It should log that it received a message in the docker log but it only has the messages that I added to indicate that the service started.

The UdpClient in the service is binding to 0.0.0.0:90 so should theoretically pick up the message.

Is there a reason why the service works on my local machine but is prevented from working in Azure with the same configuration?

Cheers,
Clint

@mattrowmsft
Copy link
Contributor

Are you using a gateway? You could try replacing your image with one of the samples to make sure the configurations are otherwise correct.

@mattrowmsft mattrowmsft self-assigned this Jul 8, 2019
@clintsinger
Copy link
Author

clintsinger commented Jul 8, 2019 via email

@mattrowmsft
Copy link
Contributor

I realized we aren't able to support UDP traffic currently with how things are configured.
@arturenault this is an interesting scenario to handle with gateways. You can't rely on Azure LB heartbeats to help with any routing decisions.

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

2 participants