Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

buerokratt/DMR.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

DMR CI Pipeline

A repository for the .NET implementation of the Distributed Message Room (DMR) component in the Bürokratt project.

This implementation of DMR will take routing requests and return 202 Accepted. Processing of these requests will occur asynchronously of the routing request.

Configuration

Configuration settings are as follows:

Current appsettings.json

  "DmrServiceSettings": {
    "CentOpsUri": "http://127.0.0.1:8080",
    "CentOpsApiKey": "<PARTICIPANT KEY CREATED BY CENTOPS ADMIN>",
  }

DmrServiceSetttings

Name Description
CentOpsUri Endpoint of the CentOps service.
CentOpsApiKey The Participant API Key created by CentOps Administrator.

Implementation

Find notes on the .NET implementation of the DMR here.

About

Distributed Message Room

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages