• Channels

  • Contact

  • Main Site

  • More

    Use tab to navigate through the menu items.
    To see this working, head to your live site.
    • Categories
    • All Posts
    • My Posts

    Service Fabric

    Socket Service within Service Fabric.

    Service Fabric
    Ivan Gavryliuk

    Correlating Service Fabric calls

    Logging is hard, especially in microservice world. Fortunately, not with service fabric as it's trivially extendable to meet our complicated needs. In my latest journey I needed to track log requests across multiple microservices calling each other via Service Remoting. There is no easy way to do it
    Views 
    0 comments0
    1
    Recent Activity:
    Sep 22, 2017
    Bram De Buyser

    Disabling a Service Fabric service (C#)

    While developing new solutions, we often use Service Fabric services as controllers.  Executing actions on demand, checking the status of other Azure services, running maintenance routines, cleaning up data, the possibilities with Service Fabric are endless.  Often, that means we have a cluster
    Views 
    2 comments2
    0
    Recent Activity:
    Aug 14, 2017
    Bram De Buyser

    TCP sockets and Load Balancer probes

    In one of our Service Fabric services, we host a TCP socket to feed data into another system. The implementation is simple, using a regular TcpClient to accept listeners and read and write to them. As part of the behaviour of this socket, we listen for an initiation command after connecting. To e
    Views 
    0 comments0
    1
    Recent Activity:
    Aug 18, 2017
    adrian

    Socket Host Service (C#)

    We have been working on integrating a TCPListener written in C# within Azure Service Fabric enabling the streaming of raw data off an Event Hub and back to a socket. The main advantage for this apart from giving the customer a more flexible approach to development and testing is that it made our lif
    Views 
    0 comments0
    0
    Recent Activity:
    Aug 09, 2017
    • Twitter Social Icon
    • LinkedIn Social Icon
    • Facebook Social Icon

    Visit the Elastacloud website