Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.

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

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Jan 27, 2025
@pjfanning
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant