You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The httpclient that gets compiled here is pretty old - httpclient-4.0.1.jar
The current is httpclient-4.5.3.jar -- this normally wouldn't be a big issue but kafkaconnect doesn't isolate classpaths until 3.3 so confluent 3.2.1/3.2.2 has trouble running the S3 connector and bigquery simultaneously.
Was considering a PR to bring the gradle build's http client up but was wondering your thoughts on this.
The text was updated successfully, but these errors were encountered:
The httpclient that gets compiled here is pretty old - httpclient-4.0.1.jar
The current is httpclient-4.5.3.jar -- this normally wouldn't be a big issue but kafkaconnect doesn't isolate classpaths until 3.3 so confluent 3.2.1/3.2.2 has trouble running the S3 connector and bigquery simultaneously.
Was considering a PR to bring the gradle build's http client up but was wondering your thoughts on this.
The text was updated successfully, but these errors were encountered: