Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from origin #3

Merged
merged 77 commits into from
Apr 23, 2021
Merged

Merge from origin #3

merged 77 commits into from
Apr 23, 2021

Conversation

honkuan86
Copy link
Owner

No description provided.

preardon and others added 30 commits March 27, 2021 22:16
Plumbed Channel Creation Mode into the Factories #1444
…soft.Json-13.0.1

chore(deps): bump Newtonsoft.Json from 12.0.3 to 13.0.1
…-5.0.4

chore(deps): bump Npgsql from 5.0.3 to 5.0.4
….DynamoDBv2-3.7.0.2

chore(deps): bump AWSSDK.DynamoDBv2 from 3.5.4.37 to 3.7.0.2
…onnector-1.3.2

chore(deps): bump MySqlConnector from 1.3.1 to 1.3.2
….Extensions.NETCore.Setup-3.7.0.1

chore(deps): bump AWSSDK.Extensions.NETCore.Setup from 3.3.101 to 3.7.0.1
….SimpleNotificationService-3.7.0.2

chore(deps): bump AWSSDK.SimpleNotificationService from 3.5.1.50 to 3.7.0.2
….SQS-3.7.0.2

chore(deps): bump AWSSDK.SQS from 3.5.1.27 to 3.7.0.2
Replaced NewtonSoft.Json with System.Text.Json #1457
* Support setting a partition key on a message

* Improved offset and commit handling

* Introduce a delay to allow the broker to flush, so that our offsets can be read by the new consumer

* Change the message default timeout so will exist if Kafka not running successfully in container over spin.

Add a README.md to distinguish developer tests (core) from automated tests (others)

* The Producer and Consumer work with Confluent. Can create a topic

* Test infrastructure creation

* Look at running Confluent Cloud Tests from GitHub

* Because flushing every n items risks leaving n-1 items uncommitted forever, we need to sweep any commits that

* Tests break without running, so assume syntax error

* Skip local create assume topic test as docker container seems to keep auto-create

* Add a callback, to let Kafka confirm when a message is sent, as opposed to when we send.

* Subscribe once only to the publisher confirm.

* The message producer now has a limit on the number of 'failed' sends in the Outbox prior to throwing an exception from the Command Processor

* Remove test for broken circuit, replaced with outbox limit

* Flow outbox limits to producers; fix missing derived publications and producer factories

* Update scenario notes

* Blockade testing improvements


Co-authored-by: Toby Henderson <[email protected]>
toby.henderson and others added 29 commits April 6, 2021 15:34
System.Text.Json
Microsoft.Data.Sqlite
* Put async back - won't work yet

* Temp, chore needed on other branch

* At baseline - failing test when we try to use; XUnit test has timeout so that it will break rather than crash

* branch switch

* Create a async message pump

* Update release_notes.md

* Update release_notes.md

* Remove unecessary async now that we have our own synchronization context to manage callbacks

* chore: fix solution file merge issue

Co-authored-by: toby.henderson <[email protected]>
Bumps [Polly](https://github.com/App-vNext/Polly) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md)
- [Commits](https://github.com/App-vNext/Polly/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [AWSSDK.SQS](https://github.com/aws/aws-sdk-net) from 3.7.0.8 to 3.7.0.10.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/mysql-net/MySqlConnector/releases)
- [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md)
- [Commits](mysql-net/MySqlConnector@1.3.2...1.3.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.0.8 to 3.7.0.10.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net) from 3.7.0.8 to 3.7.0.10.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
.NotBe(null) -> .NotBeNull()
.Should().Equals(2) -> .Should().Be(2)
Bumps [AWSSDK.SQS](https://github.com/aws/aws-sdk-net) from 3.7.0.10 to 3.7.0.13.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net) from 3.7.0.10 to 3.7.0.13.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.0.10 to 3.7.0.13.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <[email protected]>
* just build on linux

* no matrix
@honkuan86 honkuan86 merged commit 63f1319 into honkuan86:master Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants