Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stormaref authored Apr 20, 2024
1 parent 554f183 commit 367f04f
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 367f04f

Please sign in to comment.