Class KafkaProxy
- java.lang.Object
-
- io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
-
public class KafkaProxy extends Object
Test containers Toxiproxy doesn't give access to underlying Proxy object
-
-
Field Summary
Fields Modifier and Type Field Description StringcontainerIpAddressintoriginalProxyPortintproxyPorteu.rekawek.toxiproxy.Proxytoxi
-
Constructor Summary
Constructors Modifier Constructor Description protectedKafkaProxy(eu.rekawek.toxiproxy.Proxy toxi, String containerIpAddress, int proxyPort, int originalProxyPort)
-
-
-
Field Detail
-
toxi
public final eu.rekawek.toxiproxy.Proxy toxi
-
containerIpAddress
public final String containerIpAddress
-
proxyPort
public final int proxyPort
-
originalProxyPort
public final int originalProxyPort
-
-
Constructor Detail
-
KafkaProxy
protected KafkaProxy(eu.rekawek.toxiproxy.Proxy toxi, String containerIpAddress, int proxyPort, int originalProxyPort)
-
-
Method Detail
-
getProxyBootstrapServers
public String getProxyBootstrapServers()
-
-