Skip to content

Commit

Permalink
Switch examples to use Kafka kamelets
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 9, 2023
1 parent ab537e6 commit 0d6666f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/modules/ROOT/examples/js/kamelets.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,12 @@ const kameletBindings = {
ref: {
kind: 'Kamelet',
apiVersion: 'camel.apache.org/v1alpha1',
name: 'timer-source',
name: 'kafka-source',
properties: {
message: 'Hello',
bootstrapServers: 'localhost:9092',
topic: 'mytopic',
user: 'kafka',
password: 'kafka123!'
},
},
},
Expand Down

0 comments on commit 0d6666f

Please sign in to comment.