Microservices using C#

248 views
Skip to first unread message

Arun Nair

unread,
Jul 18, 2016, 8:55:27 PM7/18/16
to DDD/CQRS
Hi,
 Has anyone built high performance Microservices in C#. I found using a middleware like Rabbit MQ to communicate between services, insufficient for my performance needs. The domain is gaming. The current response time is around 250 ms, without microservices an without any middleware.

-Arun

Kijana Woodard

unread,
Jul 18, 2016, 10:22:59 PM7/18/16
to ddd...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "DDD/CQRS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dddcqrs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

thang chung

unread,
Jul 18, 2016, 11:33:02 PM7/18/16
to ddd...@googlegroups.com
Hi Arun,

I am building the example that using MSA approach, but it is still in progress, not what you expected yet :)
It is just for your references. You can find out at https://github.com/thangchung/magazine-website. Hope this will make you have ideas to build your own one. 

Regards,
Thang. 
--
==========================================================
Regards,
ThangChung,
https://github.com/thangchung

Arun Nair

unread,
Jul 19, 2016, 12:53:15 AM7/19/16
to ddd...@googlegroups.com
Thanks, will check it out

--
You received this message because you are subscribed to a topic in the Google Groups "DDD/CQRS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dddcqrs/7ykRyLJKZj8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dddcqrs+u...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Without craftsmanship, inspiration is a mere reed shaken in the wind.

Arun Nair

unread,
Jul 19, 2016, 1:02:17 AM7/19/16
to DDD/CQRS
Thanks, will check them

Greg Young

unread,
Jul 19, 2016, 3:17:17 AM7/19/16
to ddd...@googlegroups.com
See zeromq it has C# adapters.
> --
> You received this message because you are subscribed to the Google Groups
> "DDD/CQRS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dddcqrs+u...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--
Studying for the Turing test

Christian Droulers

unread,
Jul 19, 2016, 11:43:05 AM7/19/16
to DDD/CQRS
I've recently stumbled upon this project on github : https://github.com/AdaptiveConsulting/ReactiveTraderCloud It uses microservices and tries to be as high performance as possible. Also uses event sourcing, which might be fun to look at!

Arun Nair

unread,
Jul 19, 2016, 9:49:04 PM7/19/16
to DDD/CQRS
This looks pretty good. Thanks for the link. 

Arun Nair

unread,
Jul 19, 2016, 9:51:53 PM7/19/16
to DDD/CQRS
Thanks will try it out.  I have tried NetMQ though, it worked fine for a while, but later it started crashing every 3 hours or so. We were never able to figure out what was wrong, and the exception (AgainException) did not give us any clue.

-Arun

Peter Hageus

unread,
Jul 20, 2016, 4:51:10 AM7/20/16
to ddd...@googlegroups.com
Do you need at-least-once or at-most-once?

Akka.net just replaced their transport layer to improve performance. Haven’t tried the remoting parts myself, but they seem to be serious about speed. And it’s a very nice programming model.

/Peter


Johnny KNOBLAUCH

unread,
Jul 20, 2016, 8:45:36 AM7/20/16
to ddd...@googlegroups.com
What about Azure Service Fabric ?

Arun Nair

unread,
Jul 20, 2016, 12:19:27 PM7/20/16
to DDD/CQRS
Thanks for pointing me to this. At-least-once is preferable.   Will check Akka.NET out

Peter Hageus

unread,
Jul 20, 2016, 12:24:11 PM7/20/16
to ddd...@googlegroups.com
You get guaranteed delivery with Akka.Peristence. (still beta I think, but close to release)

Arun Nair

unread,
Jul 20, 2016, 12:27:29 PM7/20/16
to DDD/CQRS
Will this work without being hosted on Azure?

Fredrik Skeel Løkke

unread,
Jul 20, 2016, 1:01:32 PM7/20/16
to DDD/CQRS

Modesto San Juan

unread,
Jul 23, 2016, 7:53:45 PM7/23/16
to DDD/CQRS
Yes! Even in Linux.
Reply all
Reply to author
Forward
0 new messages