Skip to content

Commit

Permalink
fix: gitignore removed from streaming samples and changed kafka image
Browse files Browse the repository at this point in the history
  • Loading branch information
yurimssilva committed Sep 7, 2023
1 parent 7961e78 commit c9f0cc3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@EndToEndTest
public class Streaming02KafkaToHttpTest {

private static final String KAFKA_IMAGE_NAME = "bashj79/kafka-kraft:3.0.0";
private static final String KAFKA_IMAGE_NAME = "confluentinc/cp-kafka";
private static final String TOPIC = "kafka-stream-topic";
private static final String MAX_DURATION = "PT30S";
private static final String SAMPLE_FOLDER = "transfer/streaming/streaming-02-kafka-to-http";
Expand Down Expand Up @@ -109,7 +109,7 @@ void streamData() {
.replace("{{max.duration}}", MAX_DURATION)
.replace("{{topic}}", TOPIC));
PROVIDER.createPolicyDefinition(getFileContentFromRelativePath(SAMPLE_FOLDER + "/2-policy-definition.json"));
PROVIDER.createContractDefinition(getFileContentFromRelativePath(SAMPLE_FOLDER + "/2-contract-definition.json"));
PROVIDER.createContractDefinition(getFileContentFromRelativePath(SAMPLE_FOLDER + "/3-contract-definition.json"));

var destination = Json.createObjectBuilder()
.add("type", "HttpData")
Expand Down
1 change: 0 additions & 1 deletion transfer/streaming/streaming-01-http-to-http/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion transfer/streaming/streaming-02-kafka-to-http/.gitignore

This file was deleted.

0 comments on commit c9f0cc3

Please sign in to comment.