Skip to content

Commit 129ffd5

Browse files
committed
Add more default retryable error codes for Kakfa consumption exceptions. #1587
1 parent 7cb2aed commit 129ffd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DotNetCore.CAP.Kafka/CAP.KafkaOptions.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public KafkaOptions()
3434
ErrorCode.RebalanceInProgress,
3535
ErrorCode.NotCoordinatorForGroup,
3636
ErrorCode.NetworkException,
37-
ErrorCode.GroupCoordinatorNotAvailable,
38-
ErrorCode.Local_MaxPollExceeded
37+
ErrorCode.GroupCoordinatorNotAvailable
3938
};
4039
}
4140

0 commit comments

Comments
 (0)