package-analysis icon indicating copy to clipboard operation
package-analysis copied to clipboard

Allow the pubsub implementation to be configurable

Open tom--pollard opened this issue 4 years ago • 0 comments

The pubsub library gocloud.dev/pubsub has various 'drivers' (for instance the gcppubsub package) which makes it relatively easy to interact with different 'pubsub' type systems via a common api.

package-feeds has used this extensibility to add support for Kafka, whilst keeping the specific differences behind a generic caller interface.

tom--pollard avatar May 19 '21 12:05 tom--pollard