Skip to content

Commit

Permalink
fix slow startup kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Jun 7, 2024
1 parent 5252ec3 commit df7003f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/test/integration/features/kafka.feature
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka
And the "success" relationship of the GetFile processor is connected to the UpdateAttribute
And the "success" relationship of the UpdateAttribute processor is connected to the PublishKafka
And the "success" relationship of the PublishKafka processor is connected to the PutFile
And the "failure" relationship of the PublishKafka processor is connected to the PublishKafka

And a kafka broker is set up in correspondence with the PublishKafka

Expand Down Expand Up @@ -93,6 +94,7 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka
And a PutFile processor with the "Directory" property set to "/tmp/output"
And the "success" relationship of the GetFile processor is connected to the PublishKafka
And the "success" relationship of the PublishKafka processor is connected to the PutFile
And the "failure" relationship of the PublishKafka processor is connected to the PublishKafka

And a kafka broker is set up in correspondence with the PublishKafka

Expand Down Expand Up @@ -120,6 +122,7 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka
And a PutFile processor with the "Directory" property set to "/tmp/output"
And the "success" relationship of the GetFile processor is connected to the PublishKafka
And the "success" relationship of the PublishKafka processor is connected to the PutFile
And the "failure" relationship of the PublishKafka processor is connected to the PublishKafka

And a kafka broker is set up in correspondence with the PublishKafka

Expand Down Expand Up @@ -150,6 +153,7 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka
And a PutFile processor with the "Directory" property set to "/tmp/output"
And the "success" relationship of the GetFile processor is connected to the PublishKafka
And the "success" relationship of the PublishKafka processor is connected to the PutFile
And the "failure" relationship of the PublishKafka processor is connected to the PublishKafka

And a kafka broker is set up in correspondence with the PublishKafka

Expand Down Expand Up @@ -178,6 +182,7 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka
And an ssl context service is set up for PublishKafka
And the "success" relationship of the GetFile processor is connected to the PublishKafka
And the "success" relationship of the PublishKafka processor is connected to the PutFile
And the "failure" relationship of the PublishKafka processor is connected to the PublishKafka

And a kafka broker is set up in correspondence with the PublishKafka

Expand All @@ -203,6 +208,7 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka
And an ssl context service is set up for PublishKafka
And the "success" relationship of the GetFile processor is connected to the PublishKafka
And the "success" relationship of the PublishKafka processor is connected to the PutFile
And the "failure" relationship of the PublishKafka processor is connected to the PublishKafka

And a kafka broker is set up in correspondence with the PublishKafka

Expand Down

0 comments on commit df7003f

Please sign in to comment.