Skip to content

Commit

Permalink
chore: release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Feb 26, 2023
1 parent 5fb0771 commit ce93478
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Package information">
<BaseVersionSuffix>-beta.1</BaseVersionSuffix>
<BaseVersionSuffix></BaseVersionSuffix>
<BaseVersion>4.1.1$(BaseVersionSuffix)</BaseVersion>
<DatabasePackagesRevision>1</DatabasePackagesRevision>
<DatabasePackagesVersionSuffix>$(BaseVersionSuffix)</DatabasePackagesVersionSuffix>
Expand Down
3 changes: 1 addition & 2 deletions docs/concepts/broker/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ public class IntegrationTests : IClassFixture<WebApplicationFactory<Startup>>

Many aspects of the Kafka broker have been mocked to replicated as much as possible the behavior you have when connected with the real broker. This new implementation supports commits, kafka events, offset reset, partitioning, rebalance, etc.

The implementation revolves around the <xref:Silverback.Messaging.Broker.Kafka.Mocks.IInMemoryTopicCollection>. This type is registered as singleton and can be resolved in the tests to gain access to the <xref:Silverback.Messaging.Broker.Kafka.Mocks.IInMemoryTopic> instances directly and inspect their partitions, offsets, etc.
Alternatively the <xref:Silverback.Messaging.Broker.Kafka.Mocks.IInMemoryTopic> can be retrieved via the `GetTopic` method of the <xref:Silverback.Testing.IKafkaTestingHelper>.
The mocked topics can be retrieved and inspected via the `GetTopic` method of the <xref:Silverback.Testing.IKafkaTestingHelper>.

### Partitioning

Expand Down
34 changes: 0 additions & 34 deletions src/Silverback.Storage.Memory/Silverback.Storage.Memory.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions src/Silverback.Storage.Sqlite/Silverback.Storage.Sqlite.csproj

This file was deleted.

0 comments on commit ce93478

Please sign in to comment.