Skip to content

Commit

Permalink
Add more default retryable error codes for Kakfa consumption exceptio…
Browse files Browse the repository at this point in the history
…ns. #1587
  • Loading branch information
yang-xiaodong committed Oct 9, 2024
1 parent 7cb2aed commit 129ffd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DotNetCore.CAP.Kafka/CAP.KafkaOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public KafkaOptions()
ErrorCode.RebalanceInProgress,
ErrorCode.NotCoordinatorForGroup,
ErrorCode.NetworkException,
ErrorCode.GroupCoordinatorNotAvailable,
ErrorCode.Local_MaxPollExceeded
ErrorCode.GroupCoordinatorNotAvailable
};
}

Expand Down

0 comments on commit 129ffd5

Please sign in to comment.