remove nats-msg-id
This commit is contained in:
parent
86c0d10b1c
commit
bf88ba1a36
@ -79,7 +79,7 @@ func (na *NatsAdapter) ProcessWorkCached(
|
||||
ctx,
|
||||
fmt.Sprintf("%s.%s", SubjectPrefix, cacheKey),
|
||||
taskPayload,
|
||||
jetstream.WithMsgID(cacheKey),
|
||||
//jetstream.WithMsgID(cacheKey),
|
||||
)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("nats publish error: %v", err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user