Skip to content

Commit 010bc96

Browse files
committed
changes are committed
1 parent 8c40897 commit 010bc96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/eventing/brokers/broker-developer-config-options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
### Event Delivery Options
99
- You can use `dead-letter sink` for error handling and auditing of undelivered messages. Specify Kubernetes object reference where undelivered messages will be sent using `ref` and an optional URI to route undelivered messages using `uri`.
10-
- You can set the `Backoff policies` to define the delay strategy between retry attempts. It can be `exponantial` or `linear`.
11-
- You can set the `Backoff delay ` to specify the initial delay before retrying, using the ISO 8601 duration format.
10+
- You can set the `Backoff policies` to define the delay strategy between retry attempts. It can be `exponential` or `linear`.
11+
- You can set the `Backoff delay` to specify the initial delay before retrying, using the ISO 8601 duration format.
1212
- You can specify the number of retry attempts before sending the event to the dead-letter sink using the `retry` configuration.
1313
- `spec.delivery` is used to configure event delivery options. Event delivery options specify what happens to an event that fails to be delivered to an event sink. For more information, see the documentation on [Event delivery](../event-delivery.md).
1414

15-
### Advance broroker class options
16-
When a Broker is created without a specified `eventing.knative.dev/broker.class` annotation, the default `MTChannelBasedBroker` Broker class is used, as specified by default in the `config-br-defaults` ConfigMap.
15+
### Advanced broker class options
16+
When a Broker is created without a specified `eventing.knative.dev/broker.class` annotation, by default the `MTChannelBasedBroker` Broker class is used, as specified in the `config-br-defaults` ConfigMap.
1717

1818
In case you have multiple Broker classes installed in your cluster and want to use a non-default Broker class for a Broker, you can modify the `eventing.knative.dev/broker.class` annotation and `spec.config` for the Broker object.
1919

0 commit comments

Comments
 (0)