liftbridge-io / liftbridge-api

Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
15 stars 13 forks source link

Add PERMISSION_DENIED async error #54

Closed LaPetiteSouris closed 2 years ago

LaPetiteSouris commented 2 years ago

What

Add PERMISSION_DENIED async error to indicate permission denied for async clients ( e.g : the client that use PublishAsync to publish messages)

Why

To solve https://github.com/liftbridge-io/liftbridge/issues/36

This is a prerequisite for https://github.com/liftbridge-io/liftbridge/pull/388