Skip to content

Commit

Permalink
fix: adds WorkerCount property to MessageConsumer
Browse files Browse the repository at this point in the history
  • Loading branch information
pmfernandes authored and filipeesch committed Oct 6, 2020
1 parent 3cb9c4c commit 9c6f851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/KafkaFlow/Consumers/MessageConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public MessageConsumer(

public string GroupId => this.configuration.GroupId;

public int WorkerCount => this.configuration.WorkerCount;

public async Task OverrideOffsetsAndRestartAsync(IReadOnlyCollection<TopicPartitionOffset> offsets)
{
if (offsets is null)
Expand Down

0 comments on commit 9c6f851

Please sign in to comment.