-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented reconnects for jetstream channels
- Loading branch information
1 parent
67f77c7
commit 5d8efcf
Showing
5 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: config-br-default-channel | ||
namespace: knative-eventing | ||
labels: | ||
eventing.knative.dev/release: devel | ||
data: | ||
channelTemplateSpec: | | ||
apiVersion: messaging.knative.dev/v1alpha1 | ||
kind: NatsJetStreamChannel | ||
spec: | ||
stream: | ||
config: | ||
retention: Limits | ||
maxBytes: 1000000000 | ||
replicas: 1 | ||
consumerConfigTemplate: | ||
deliverPolicy: New | ||
maxDeliver: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters