Git Product home page Git Product logo

rabbitmq-stream-dotnet-client's Introduction

RabbitMQ client for the stream protocol


Build Status codecov nuget Dependabot Dependabot

The RabbitMQ Stream .NET Client is a .NET library to communicate with the RabbitMQ Stream Plugin. It allows to create and delete streams, as well as to publish to and consume from these streams.

The client is distributed via NuGet.

Please refer to the documentation (PDF) to find out more.

Support

How to Use

Pre-requisites

The library requires .NET 6, .NET 7 or .NET 8.

Documentation

Build from source

Build:

make build

Test:

make test

To execute the tests you need a RabbitMQ 3.13.x running with the following plugins enabled:

  • rabbitmq_management
  • rabbitmq_stream
  • rabbitmq_stream_management
  • rabbitmq_amqp1_0

Publish the documentation to github pages:

Make sure you are in the main branch

make publish-github-pages

Release Process

  • Ensure builds are green: link
  • Tag the main branch using your GPG key:
    git tag -a -s -u GPG_KEY_ID -m 'rabbitmq-stream-dotnet-client v1.8.3' 'v1.8.3' && git push && git push --tags
    
  • Ensure the build for the tag passes: link
  • Create the new release on GitHub, which triggers a build and publish to NuGet: link
  • Check for the new version on NuGet: link
  • Best practice is to download the new package and inspect the contents using NuGetPackageExplorer
  • Announce the new release on the mailing list: link

rabbitmq-stream-dotnet-client's People

Contributors

gsantomaggio avatar lukebakken avatar kjnilsson avatar mjtpena avatar simone-fariselli avatar ricsilt avatar zerpet avatar ricardsiliuk avatar 0username avatar ngbrown avatar pliner avatar caspertdk avatar ryan-ingotsoft avatar jonnepmyra avatar doerig avatar chris-garrett avatar bangjiehan avatar noonlord avatar troelsl avatar paololaurenti avatar mikhailtushev avatar marcialrosales avatar hawxy avatar sungam3r avatar e-zoboli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.