Knative Cookbook by Burr Sutter

Knative Cookbook by Burr Sutter

Author:Burr Sutter
Language: eng
Format: epub
Publisher: O'Reilly Media
Published: 2020-04-02T00:00:00+00:00


Subscriptions

Subscriptions are how you register your service to listen to a particular channel.

The use of Channels and Subscriptions allows you to decouple the producers and consumers of events.

The recipe is as follows:

Create a Channel

Create a Source to Sink to the Channel

Create at least two Sink Services

Create Subscriptions to register your Sink Services with the Channel

Create a Channel:

apiVersion: messaging.knative.dev/v1alpha1 kind: Channel metadata: name: eventinghello-ch

Verify that your Channel was created successfully:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.