Skip to content

Commit

Permalink
Update Kudu Toxiproxy to 2.1.4
Browse files Browse the repository at this point in the history
This version works under emulation on M1 Macs.
  • Loading branch information
electrum committed Aug 5, 2022
1 parent 71e11c3 commit f09537d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TestingKuduServer
private static final Integer KUDU_TSERVER_PORT = 7050;
private static final Integer NUMBER_OF_REPLICA = 3;

private static final String TOXIPROXY_IMAGE = "shopify/toxiproxy:2.1.0";
private static final String TOXIPROXY_IMAGE = "shopify/toxiproxy:2.1.4";
private static final String TOXIPROXY_NETWORK_ALIAS = "toxiproxy";

private final Network network;
Expand Down

0 comments on commit f09537d

Please sign in to comment.