qafro1 edited a comment on issue #1171:
URL:
https://github.com/apache/camel-kafka-connector/issues/1171#issuecomment-844993984
I understand I'll study more on the doc, but is the kafka-not-secured-sink
file a generic kemel for kafka, it's function?
here's flow-binding.yaml
```
apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: timer-http-kafka
spec:
source:
ref:
kind: Kamelet
apiVersion: camel.apache.org/v1alpha1
name: timer-source
properties:
period: "5000"
message: '"Invocation "'
steps:
- ref:
kind: Kamelet
apiVersion: camel.apache.org/v1alpha1
name: http-sink
properties:
url: "http://httpbin.org/basic-auth/pippo/pippo"
method: GET
authMethod: BASIC
authUsername: "pippo"
authPassword: "pippo"
sink:
ref:
kind: Kamelet
apiVersion: camel.apache.org/v1alpha1
name: kafka-not-secured-sink
properties:
brokers: "my-cluster-kafka-bootstrap:9092"
topic: "test-topic"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]