Skip to content

Commit dff9f14

Browse files
committed
try to fix gcp
1 parent 187d546 commit dff9f14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Paramore.Brighter.MessagingGateway.GcpPubSub/GcpPubSubMessageGateway.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ await EnsureSubscriptionExistsAsync(new GcpPubSubSubscription(
229229
ackDeadlineSeconds: pubSubSubscription.DeadLetter.AckDeadlineSeconds,
230230
makeChannels: OnMissingChannel.Create,
231231
messagePumpType: MessagePumpType.Proactor,
232-
requestType: pubSubSubscription.RequestType));
232+
requestType: pubSubSubscription.RequestType,
233+
enableMessageOrdering: pubSubSubscription.EnableMessageOrdering));
233234

234235
// Set up the necessary IAM role for the main subscription to publish to the DLQ topic
235236
await UpdateIAmRoleForDeadLetterAsync(projectId, pubSubSubscription);

0 commit comments

Comments
 (0)