drill
Bump org.apache.kafka:kafka-clients from 2.8.2 to 3.7.2 in /contrib/storage-kafka
#2976
Open

Bump org.apache.kafka:kafka-clients from 2.8.2 to 3.7.2 in /contrib/storage-kafka #2976

dependabot
dependabot120 days ago (edited 19 days ago)

Bumps org.apache.kafka:kafka-clients from 2.8.2 to 5.3.0-ccs.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] Bump org.apache.kafka:kafka-clients in /contrib/storage-kafka
721f3f45
dependabot dependabot added dependencies
pjfanning Update pom.xml
bbdb91ba
pjfanning pjfanning changed the title Bump org.apache.kafka:kafka-clients from 2.8.2 to 5.3.0-ccs in /contrib/storage-kafka Bump org.apache.kafka:kafka-clients from 2.8.2 to 3.7.2 in /contrib/storage-kafka 120 days ago
pjfanning
pjfanning120 days ago

compile issues:

  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[89,30] error: cannot find symbol
  Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method HostNameProp()
  Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[90,30] error: cannot find symbol
  Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method AdvertisedHostNameProp()
  Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[91,30] error: cannot find symbol
  Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method PortProp()
  Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[92,30] error: cannot find symbol
  Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method AdvertisedPortProp()
  Error: 1-27 10:16:19] [autobuild] [ERROR]   location: class KafkaConfig
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[148,41] error: cannot find symbol
  Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method hostName()
  Error: 1-27 10:16:19] [autobuild] [ERROR]   location: variable serverConfig of type KafkaConfig
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[148,73] error: cannot find symbol
  Error: 1-27 10:16:19] [autobuild] [ERROR]   symbol:   method port()
  Error: 1-27 10:16:19] [autobuild] [ERROR]   location: variable serverConfig of type KafkaConfig
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/cluster/EmbeddedKafkaCluster.java:[149,8] error: no suitable method found for collect(Collector<CharSequence,CAP#1,String>)
  Error: 1-27 10:16:19] [autobuild] [ERROR]     method Stream.<R#1>collect(Supplier<R#1>,BiConsumer<R#1,? super Object>,BiConsumer<R#1,R#1>) is not applicable
  Error: 1-27 10:16:19] [autobuild] [ERROR]       (cannot infer type-variable(s) R#1
  Error: 1-27 10:16:19] [autobuild] [ERROR]         (actual and formal argument lists differ in length))
  Error: 1-27 10:16:19] [autobuild] [ERROR]     method Stream.<R#2,A>collect(Collector<? super Object,A,R#2>) is not applicable
  Error: 1-27 10:16:19] [autobuild] [ERROR]       (cannot infer type-variable(s) R#2,A
  Error: 1-27 10:16:19] [autobuild] [ERROR]         (argument mismatch; Collector<CharSequence,CAP#2,String> cannot be converted to Collector<? super Object,A,R#2>))
  Error: 1-27 10:16:19] [autobuild] [ERROR]   where R#1,T,R#2,A are type-variables:
  Error: 1-27 10:16:19] [autobuild] [ERROR]     R#1 extends Object declared in method <R#1>collect(Supplier<R#1>,BiConsumer<R#1,? super T>,BiConsumer<R#1,R#1>)
  Error: 1-27 10:16:19] [autobuild] [ERROR]     T extends Object declared in interface Stream
  Error: 1-27 10:16:19] [autobuild] [ERROR]     R#2 extends Object declared in method <R#2,A>collect(Collector<? super T,A,R#2>)
  Error: 1-27 10:16:19] [autobuild] [ERROR]     A extends Object declared in method <R#2,A>collect(Collector<? super T,A,R#2>)
  Error: 1-27 10:16:19] [autobuild] [ERROR]   where CAP#1,CAP#2 are fresh type-variables:
  Error: 1-27 10:16:19] [autobuild] [ERROR]     CAP#1 extends Object from capture of ?
  Error: 1-27 10:16:19] [autobuild] [ERROR]     CAP#2 extends Object from capture of ?
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/TestKafkaSuite.java:[84,32] error: method apply in class KafkaZkClient cannot be applied to given types;
  Error: 1-27 10:16:19] [autobuild] [ERROR]   required: String,boolean,int,int,int,Time,String,ZKClientConfig,String,String,boolean,boolean
  Error: 1-27 10:16:19] [autobuild] [ERROR]   found:    String,boolean,int,int,int,Time,String,String,Option<String>,Option<ZKClientConfig>
  Error: 1-27 10:16:19] [autobuild] [ERROR]   reason: actual and formal argument lists differ in length
  Error: 1-27 10:16:19] [autobuild] [ERROR] /home/runner/work/drill/drill/contrib/storage-kafka/src/test/java/org/apache/drill/exec/store/kafka/TestKafkaSuite.java:[86,28] error: incompatible types: String cannot be converted to ZKClientConfig

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone