-
Notifications
You must be signed in to change notification settings - Fork 301
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
Feedback: 'Hosting endpoints in Docker Linux containers' #6848
Comments
The sample has instructions for running it that include building the container images. That's why there are no dockerfiles. I'm afraid I don't understand what you're trying to say about the background worker. Does the MessageSender IHostedService not send messages as it's supposed to in your environment? |
After a bit of further investigation, we discovered there may be some updates required for the .NET 8 samples. Thanks for the feedback, we are taking a look. |
Not a problem I'm upskilling a team and want to test the sample before recommending them to download and follow. |
Hi, @Jamie-Clayton, The sample has been updated and verified to work now. Thanks for submitting the feedback. |
Cheers, I'm just working on rolling out the Service Control, Audit and monitoring + Rabbit MQ Docker compose configuration for engineers to run locally. I'll pivot back and have a look at the example before I do a brown bag session with the engineers at Shell Energy Australia. |
Feedback for 'Hosting endpoints in Docker Linux containers' https://docs.particular.net/samples/hosting/docker/
Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/samples/hosting/docker/sample.md
The example dowloading doesn't include the Sender dockerfile.
The existing code will run but the consoles do nothing without the users adapting it with a Background worker to create messages on a timer.
It feels like there are missing files for the example.
The text was updated successfully, but these errors were encountered: