Skip to content

Commit

Permalink
Add content to EventType auto create section
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jul 26, 2023
1 parent 92cdb42 commit 1d9ea73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blog/docs/articles/new_event_discovery_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ default 93774a924a741245a94313745d78e69f dev.knative.sources.ping /apis/
```
#### Auto Event Type creation

tbd
Furthermore to improve the experience with `EventTypes` consumption and creation, there's a new experimental feature to automatically create `EventTypes` objects based on processed events on the broker ingress. Instead of manually creating them as yaml manifests along the application code that talks to the Broker API. This behaviour can be enabled by feature flag `eventtype-auto-creation` in `config-features` ConfigMap. For futher details and examples pleaase refer to [the documentation](https://knative.dev/docs/eventing/experimental-features/eventtype-auto-create/).



### Conclusion
Expand Down

0 comments on commit 1d9ea73

Please sign in to comment.