Skip to content

Commit e537f93

Browse files
authored
Merge pull request #10 from ibm-messaging/dalelane-patch-1
fix: correct the indenting in sample connector spec
2 parents 9df89fe + 23901f7 commit e537f93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

systems/source systems/github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ spec:
125125
# By default, the format is '${object}-${eventType}', but it's shown here for clarity.
126126
connectivitypack.topic.name.format: '${object}-${eventType}'
127127

128-
# `tasksMax` must be equal to the number of object-eventType combinations
129-
# In this example it is 1
130-
tasksMax: 1
131-
132128
# Specifies the converter class used to deserialize the message value.
133129
# Change this to a different converter (for example, AvroConverter) as applicable.
134130
value.converter: org.apache.kafka.connect.json.JsonConverter
@@ -139,4 +135,8 @@ spec:
139135

140136
# Optional, set the topic for producing the heartbeat events.
141137
connectivitypack.source.heartbeat.topic: heartbeat-${topic}
138+
139+
# `tasksMax` must be equal to the number of object-eventType combinations
140+
# In this example it is 1
141+
tasksMax: 1
142142
```

0 commit comments

Comments
 (0)