We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e9bd1 commit 82d352bCopy full SHA for 82d352b
kcbq-connector/src/test/java/com/wepay/kafka/connect/bigquery/integration/BaseConnectorIT.java
@@ -123,7 +123,7 @@ protected void startConnect() {
123
WorkerConfig.PLUGIN_DISCOVERY_CONFIG, "HYBRID_WARN");
124
125
Properties brokerProps = new Properties();
126
- brokerProps.put(KafkaConfig.MessageMaxBytesProp(), 10 * 1024 * 1024);
+ brokerProps.put("message.max.bytes", 10 * 1024 * 1024);
127
128
connect = new EmbeddedConnectCluster.Builder()
129
.name("kcbq-connect-cluster")
0 commit comments