You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errNonZeroSeqNo=xerrors.Wrap(errors.New("ydb: non zero seqno for auto set seqno mode"))
37
-
errNonZeroCreatedAt=xerrors.Wrap(errors.New("ydb: non zero Message.CreatedAt and set auto fill created at option")) //nolint:lll
38
-
errNoAllowedCodecs=xerrors.Wrap(errors.New("ydb: no allowed codecs for write to topic"))
39
-
errLargeMessage=xerrors.Wrap(errors.New("ydb: message uncompressed size more, then limit"))
40
-
PublicErrQueueIsFull=xerrors.Wrap(errors.New("ydb: queue is full"))
41
-
errDiffetentTransactions=xerrors.Wrap(errors.New("ydb: internal writer has messages from different trasactions. It is internal logic error, write issue please: https://github.com/ydb-platform/ydb-go-sdk/issues/new?assignees=&labels=bug&projects=&template=01_BUG_REPORT.md&title=bug%3A+")) //nolint:lll
errNonZeroSeqNo=xerrors.Wrap(errors.New("ydb: non zero seqno for auto set seqno mode"))//nolint:lll
37
+
errNonZeroCreatedAt=xerrors.Wrap(errors.New("ydb: non zero Message.CreatedAt and set auto fill created at option")) //nolint:lll
38
+
errNoAllowedCodecs=xerrors.Wrap(errors.New("ydb: no allowed codecs for write to topic"))
39
+
errLargeMessage=xerrors.Wrap(errors.New("ydb: message uncompressed size more, then limit"))//nolint:lll
40
+
PublicErrMessagesPutToInternalQueueBeforeError=xerrors.Wrap(errors.New("ydb: the messages was put to internal buffer before the error happened. It mean about the messages can be delivered to the server"))//nolint:lll
41
+
errDiffetentTransactions=xerrors.Wrap(errors.New("ydb: internal writer has messages from different trasactions. It is internal logic error, write issue please: https://github.com/ydb-platform/ydb-go-sdk/issues/new?assignees=&labels=bug&projects=&template=01_BUG_REPORT.md&title=bug%3A+")) //nolint:lll
42
42
43
43
// errProducerIDNotEqualMessageGroupID is temporary
44
44
// WithMessageGroupID is optional parameter because it allowed to be skipped by protocol.
@@ -209,7 +209,7 @@ func (w *WriterReconnector) start() {
0 commit comments