File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ type ProducerMessage struct {
56
56
57
57
// DeliverAfter requests to deliver the message only after the specified relative delay.
58
58
// Note: messages are only delivered with delay when a consumer is consuming
59
- // through a `SubscriptionType=Shared` subscription. With other subscription
60
- // types, the messages will still be delivered immediately.
59
+ // through a `SubscriptionType=Shared` or `SubscriptionType=KeyShared` subscription.
60
+ // With other subscription types, the messages will still be delivered immediately.
61
61
DeliverAfter time.Duration
62
62
63
63
// DeliverAt delivers the message only at or after the specified absolute timestamp.
64
64
// Note: messages are only delivered with delay when a consumer is consuming
65
- // through a `SubscriptionType=Shared` subscription. With other subscription
66
- // types, the messages will still be delivered immediately.
65
+ // through a `SubscriptionType=Shared` or `SubscriptionType=KeyShared` subscription.
66
+ // With other subscription types, the messages will still be delivered immediately.
67
67
DeliverAt time.Time
68
68
69
69
//Schema assign to the current message
You can’t perform that action at this time.
0 commit comments