Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faas-netes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Team Jaz CS 598 CCC Final Project
faas-netes
Commits
8bdaca9e
Commit
8bdaca9e
authored
2 years ago
by
Alex Ellis (OpenFaaS Ltd)
Browse files
Options
Downloads
Patches
Plain Diff
Update notes in values.yaml
Signed-off-by:
Alex Ellis (OpenFaaS Ltd)
<
alexellis2@gmail.com
>
parent
dc6d4679
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/kafka-connector/README.md
+4
-1
4 additions, 1 deletion
chart/kafka-connector/README.md
chart/kafka-connector/values.yaml
+3
-1
3 additions, 1 deletion
chart/kafka-connector/values.yaml
with
7 additions
and
2 deletions
chart/kafka-connector/README.md
+
4
−
1
View file @
8bdaca9e
...
...
@@ -24,6 +24,8 @@ The [Kafka connector](https://docs.openfaas.com/openfaas-pro/introduction) bring
[
Aiven
](
https://aiven.io/
)
and
[
Confluent Cloud
](
https://confluent.cloud/
)
have both been tested with the Kafka Connector.
Other versions of Kafka like Redpanda should work out of the box.
## Complete walk-through guide
You can continue with this guide, or start the
[
walk-through
](
quickstart.md
)
for testing purposes.
...
...
@@ -51,6 +53,7 @@ $ helm upgrade kafka-connector openfaas/kafka-connector \
> The above command will also update your helm repo to pull in any new releases.
## Install a development version
```
sh
$
helm upgrade kafka-connector ./chart/kafka-connector
\
--install
\
...
...
@@ -74,7 +77,7 @@ Additional kafka-connector options in `values.yaml`.
| Parameter | Description | Default |
| ------------------------ | -------------------------------------------------------------------------------------- | ------------------------------ |
|
`topics`
| Topics to which the connector will bind, provide as a comma-separated list. |
`faas-request`
|
|
`topics`
| Topics to which the connector will bind, provide as a comma-separated list
or a single item
. |
`faas-request`
|
|
`brokerHost`
| location of the Kafka brokers. |
`kafka`
|
|
`asyncInvocation`
| For long running or slow functions, offload to asychronous function invocations and carry on processing the stream |
`false`
|
|
`upstreamTimeout`
| Maximum timeout for upstream function call, must be a Go formatted duration string. |
`2m`
|
...
...
This diff is collapsed.
Click to expand it.
chart/kafka-connector/values.yaml
+
3
−
1
View file @
8bdaca9e
...
...
@@ -21,7 +21,9 @@ rebuildInterval: 30s
# Use with slow consumers or long running functions
asyncInvocation
:
false
# Alter to the topics required
# Set either a single topic, or multiple with a comma separating each
# topics: payment.requested
# topics: payment.requested,customer.created,invoice.generated
topics
:
faas-request
# Your Kafka broker
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment