Skip to content

Commit

Permalink
Bean: Use properties instead of property with key and value - Kafka S…
Browse files Browse the repository at this point in the history
…SL Source

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed May 25, 2023
1 parent e19038c commit a49219a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,8 @@ spec:
type: '#class:org.apache.camel.component.kafka.KafkaConfiguration'
- name: kafkaHeaderDeserializer
type: "#class:org.apache.camel.kamelets.utils.serialization.kafka.KafkaHeaderDeserializer"
property:
- key: enabled
value: '{{deserializeHeaders}}'
properties:
enabled: '{{deserializeHeaders}}'
from:
uri: "{{kafka-ssl-source-local}}:{{topic}}"
parameters:
Expand Down

0 comments on commit a49219a

Please sign in to comment.