Skip to content

Commit

Permalink
Merge pull request #67 from jamezp/issue64
Browse files Browse the repository at this point in the history
[64] Remove the explicit Kafka versioning and re-enable the ReactiveM…
  • Loading branch information
kabir authored Jul 28, 2023
2 parents 7ad7ad9 + c40ae5b commit 2c6091f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.3.1
replicas: 1
listeners:
- name: plain
Expand All @@ -21,7 +20,6 @@ spec:
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.3"
storage:
type: ephemeral
zookeeper:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import jakarta.ws.rs.core.MediaType;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.wildfly.test.cloud.common.KubernetesResource;
Expand All @@ -54,7 +53,6 @@
}),
@KubernetesResource(definitionLocation = "src/test/container/strimzi-topic.yml")
})
@Disabled("Re-enable once https://github.com/wildfly-extras/wildfly-cloud-tests/issues/64 is fixed")
public class ReactiveMessagingWithStrimziIT extends WildFlyCloudTestCase {

@Test
Expand Down

0 comments on commit 2c6091f

Please sign in to comment.