-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added kafka features config map to kafka broker docs #5622
Added kafka features config map to kafka broker docs #5622
Conversation
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/cc @pierDipi |
/cc @Leo6Leo |
Co-authored-by: Leo Li <[email protected]>
Co-authored-by: Leo Li <[email protected]>
Co-authored-by: Leo Li <[email protected]>
Co-authored-by: Leo Li <[email protected]>
Co-authored-by: Leo Li <[email protected]>
## Configure Kafka features | ||
|
||
There are various kafka features/default values the Knative Kafka Broker uses when interacting with Kafka. You can configure these as follows: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can add a line to say what is this sample config file will achieve. (What does it do if I choose to follow this configuration in general)
@@ -257,6 +257,46 @@ spec: | |||
!!! note | |||
When using an external topic, the Knative Kafka Broker does not own the topic and is not responsible for managing the topic. This includes the topic lifecycle or its general validity. Other restrictions for general access to the topic may apply. See the documentation about using [Access Control Lists (ACLs)](https://kafka.apache.org/documentation/#security_authz). | |||
|
|||
## Configure Kafka features | |||
|
|||
There are various kafka features/default values the Knative Kafka Broker uses when interacting with Kafka. You can configure these as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to link to https://knative.dev/docs/eventing/experimental-features/ and clarify what each feature is about and how each feature works, etc.
This seems overly generic for a user to grasp.
It might be worth considering a separate page that is linked to this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pierDipi would all of the features in this config map be considered experimental features then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The term experimental is used wrongly in that doc, they are really just features, each at different maturity level (alpha, beta, or stable)
Co-authored-by: Pierangelo Di Pilato <[email protected]>
@pierDipi I've made a new page to group the kafka config options together. WDYT? |
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
docs/eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Pierangelo Di Pilato <[email protected]>
Signed-off-by: Calum Murray <[email protected]>
/test |
@Cali0707: No presubmit jobs available for knative/docs@main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest |
@Cali0707 the deploy preview failed |
- Apache Kafka: | ||
- About Apache Kafka Broker: eventing/brokers/broker-types/kafka-broker/README.md | ||
- Configuring Kafka features: eventing/brokers/broker-types/kafka-broker/configuring-kafka-features.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this breaks existing links to https://knative.dev/docs/eventing/brokers/broker-types/kafka-broker/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I build these changes locally, it seemed to still work fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for double checking
The error seems to be:
I don't think my changes caused this, but I don't have the ability to re-run the deploy preview. Any ideas @pierDipi ? |
me neither 🤔 can you just rebase/force push as a workaround? |
@pierDipi the deploy preview worked this time :) |
Signed-off-by: Calum Murray <[email protected]>
@pierDipi whoops - a bracket issue 🤦 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thank @Cali0707 |
/cherry-pick release-1.11 |
@pierDipi: new pull request created: #5705 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes #5607
Proposed Changes