Brighter icon indicating copy to clipboard operation
Brighter copied to clipboard

Add MQTT Gateway Support

Open timvw74 opened this issue 2 years ago • 5 comments

Starter for MQTT Gateway support.

The Consumer Client keeps a local Systems.Collections.Generic.Queue , due to MQTT's "push" technology.

Not implemented: IAmAMessageConsumer.Acknowledge IAmAMessageConsumer.Reject IAmAMessageConsumer.Requeue

timvw74 avatar Feb 15 '22 15:02 timvw74

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

:white_check_mark: iancooper
:white_check_mark: timvw74
:x: Tim van Wijk


Tim van Wijk seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 15 '22 15:02 CLAassistant

Minor remarks though. Once we get this cleaned up, as you are the only person working on it, we can pretty much wave your PRs through if they are just for this transport, with feedback so you can iterate

iancooper avatar Feb 15 '22 17:02 iancooper

@timvw74 I can merge if you would like. We can ignore the failing AWS tests for SNS/SQS

iancooper avatar Feb 17 '22 16:02 iancooper

@timvw74 I converted to a draft whilst we sort out your build

iancooper avatar Feb 21 '22 10:02 iancooper

Just a note that we tend to disable test parallelization for XUnit by putting tests into a collection.

iancooper avatar Mar 04 '23 11:03 iancooper