Zebus | A lightweight Peer to Peer Service Bus | Pub Sub library

 by   Abc-Arbitrage C# Version: v3.13.2 License: MIT

kandi X-RAY | Zebus Summary

kandi X-RAY | Zebus Summary

Zebus is a C# library typically used in Messaging, Pub Sub applications. Zebus has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Zebus is peer to peer, so it does not depend on a broker to dispatch messages between the peers. This allows it to reach a throughput of 140k msg/s and a roundtrip latency under 500µs (have a look at the Performance page for details). It is resilient thanks to the absence of a broker and an optional persistence feature that ensures that messages are not lost if a peer is down or disconnected. It is stable, since we have been using it on a production environment at Abc Arbitrage for more than six years, handling hundreds of millions of messages per day.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Zebus has a low active ecosystem.
              It has 273 star(s) with 57 fork(s). There are 46 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 7 open issues and 41 have been closed. On average issues are closed in 281 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Zebus is v3.13.2

            kandi-Quality Quality

              Zebus has 0 bugs and 0 code smells.

            kandi-Security Security

              Zebus has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Zebus code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Zebus is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Zebus releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Zebus
            Get all kandi verified functions for this library.

            Zebus Key Features

            No Key Features are available at this moment for Zebus.

            Zebus Examples and Code Snippets

            No Code Snippets are available at this moment for Zebus.

            Community Discussions

            QUESTION

            How to trigger a design-time build on file change in Rider?
            Asked 2019-Feb-18 at 16:55

            I made a NuGet package which generates C# code from DSL files at design and build time. It works fine in Visual Studio but has some issues in Rider (which I'll describe below).

            In Visual Studio

            The package declares custom items for the DSL files, and assigns them a MSBuild:Compile Generator metadata, which triggers a design-time build in Visual Studio every time a file changes.

            Then, a custom target hooks to the build with BeforeTargets="CoreCompile". It generates the C# code and adds Compile items to the project. The target runs in both normal and design-time builds, and supports incremental builds to avoid unnecessary work.

            Here's the relevant (simplified and commented) MSBuild code:

            The props file:

            ...

            ANSWER

            Answered 2019-Feb-18 at 16:55

            I have two stories for you - the short one and the long one =)

            The short story

            It should work out of the box in the upcoming 2019.1 EAP 1

            The long story

            Rider (unlike Visual Studio) does not perform design time build during project loading stage. We thinks it is too expensive (especially for .net sdk based projects). So Rider evaluates every project and then builds some set of predefined targets to obtain generated files and assembly references.

            Sometimes it cause issues (like this one) so in 2019.1 we have implemented additional algorithm which scans all imported targets and looks for a custom item-factory targets. As far as I can see, your target perfectly fits so Rider will be able to find it and build alongs with predefined targets.

            If it will not work somehow you still will have two options:

            1. We have rewritten Build Tools option page, so you will be able to add any custom target to loading process
            2. Fire an issue here: https://youtrack.jetbrains.com/newIssue?project=Rider and I will try to fix your case ASAP. Such issues have the highest priority for us.

            Source https://stackoverflow.com/questions/54745217

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Zebus

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Abc-Arbitrage/Zebus.git

          • CLI

            gh repo clone Abc-Arbitrage/Zebus

          • sshUrl

            git@github.com:Abc-Arbitrage/Zebus.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Pub Sub Libraries

            EventBus

            by greenrobot

            kafka

            by apache

            celery

            by celery

            rocketmq

            by apache

            pulsar

            by apache

            Try Top Libraries by Abc-Arbitrage

            ZeroLog

            by Abc-ArbitrageC#

            Disruptor-cpp

            by Abc-ArbitrageC++

            Abc.MoqComplete

            by Abc-ArbitrageC#

            fixpp

            by Abc-ArbitrageC++

            Zerio

            by Abc-ArbitrageC#