Skip to content

Commit

Permalink
Merge pull request #4 from stormaref/stormaref-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stormaref authored Apr 20, 2024
2 parents 554f183 + 367f04f commit 9ca5cac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple .net client for Kafka based on **Confluent.Kafka**

### Using package manager:
```
Install-Package KafkaStorm -Version 8.0.2
Install-Package KafkaStorm -Version 8.1.0
```

# Usage/Examples
Expand Down Expand Up @@ -73,6 +73,8 @@ builder.Services.AddKafkaStorm(factory =>
});
```

Just make sure that messages you want to be consumed automatically, implement ```IMessage``` interface

## Consuming
```csharp
using KafkaStorm.Interfaces;
Expand Down

0 comments on commit 9ca5cac

Please sign in to comment.