Skip to content

Commit 736b20d

Browse files
committed
Use stable BulkPublishEvent
Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent a75a10c commit 736b20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pubsub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (c *GRPCClient) PublishEvents(ctx context.Context, pubsubName, topicName st
169169
o(request)
170170
}
171171

172-
res, err := c.protoClient.BulkPublishEventAlpha1(ctx, request)
172+
res, err := c.protoClient.BulkPublishEvent(ctx, request)
173173
// If there is an error, all events failed to publish.
174174
if err != nil {
175175
return PublishEventsResponse{

0 commit comments

Comments
 (0)