-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
Are you using a gateway? You could try replacing your image with one of the samples to make sure the configurations are otherwise correct. |
I just used the most recent VS project template to create the application. There is a gateway.yaml so I would assume there is some kind of gateway involved but the Azure Portal experience for mesh applications is pretty weak so I am not too sure, though the query via the "az mesh gateway..." ( trying to remember the actual command) seems to indicate that there one similar to what is described on my local dev cluster.
To which sample are you referring? The ones that I have seen are 7 months old, don't use gateways and use ingressConfig which is no longer being used despite the documentation still vaguely referencing it.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Matt Trower <notifications@github.com>
Sent: Sunday, July 7, 2019 9:29:57 PM
To: Azure/service-fabric-mesh-preview
Cc: clintsinger; Author
Subject: Re: [Azure/service-fabric-mesh-preview] UDP message not arriving on service on Azure (#374)
Are you using a gateway? You could try replacing your image with one of the samples to make sure the configurations are otherwise correct.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#374?email_source=notifications&email_token=AALB6CCGM32EZHMDNMU5JYDP6K7ELA5CNFSM4H6W4FD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZL52EY#issuecomment-509074707>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AALB6CBLVBGYGWX3DP6YGIDP6K7ELANCNFSM4H6W4FDQ>.
|
I realized we aren't able to support UDP traffic currently with how things are configured. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: