score:3
Yes, NoSuchMethodError typically indicates a version incompatibility between libraries.
The link you posted is to javadoc for kafka 0.10.2. The method hasn't changed in 1.0 but indeed in the upcoming 1.1 it only takes 2 Strings: https://kafka.apache.org/11/javadoc/org/apache/kafka/streams/StreamsConfig.html#getConsumerConfigs(java.lang.String,%20java.lang.String) . That suggests the version of KSQL you're using (4.1.0-SNAPSHOT) depends on version 1.1 of kafka streams, which is currently in the release candidate phase and I believe and should be out soon:
As per that email you can find the latest (1.1.0-rc2) artifacts in the apache staging repo: https://repository.apache.org/content/groups/staging/
Source: stackoverflow.com
Related Query
- Starting KsqlRestApplication form scala and getting NoSuchMethodError org.apache.kafka.streams.StreamsConfig.getConsumerConfigs
- How to join two DataFrames in Scala and Apache Spark?
- Deploying, starting and stopping Scala applications on a remote server
- Configuring Apache Spark Logging with Scala and logback
- Scala getting field and type of field of a case class
- Null values from a csv on Scala and Apache Spark
- Apache Toree and Spark Scala Not Working in Jupyter
- Play scala browse the image then crop and submit into form
- In Scala 2.8, how to access a substring by its length and starting index?
- Trying to build and run Apache Kafka 0.8 against Scala 2.9.2 without success
- Scala IDE and Apache Spark -- different scala library version found in the build path
- Idiomatic scala for getting a single option out of two Options and throwing exception if two are available
- eclipse(set with scala envirnment) : object apache is not a member of package org
- Getting rid of old scala version and install 2.11.7
- scala console error: object apache is not a member of package org
- Data preprocessing with apache spark and scala
- Getting previous and next element of a value in a Scala enumeration
- Scala Lift: uniform authentication with form based login and HTTP basic auth?
- Scala way of applying function to list and getting highest result with input
- Using Scala Pickling serialization In APACHE SPARK over KryoSerializer and JavaSerializer
- Getting map function with custom CanBuildFrom and Builder to work in Scala
- Search form submission and pagination in Scala Play 2.0 Framework
- Getting connection error while reading data from ElasticSearch using apache Spark & Scala
- Cannot insert values from form using Play for Scala and Anorm
- Getting command and arguments as String in Scala
- Scala type inference and getting the more specific of two type parameters as method result
- Getting and setting state in scala
- Scala type boundary and context type combined shorthand form
- Any popular and good Scala library for Apache Cassandra?
- Scala Play and Slick. Writing Form Mapping and Database Mapping for an object
More Query from same tag
- scala -> use .net (linq) and java code base in the same program?
- Are scala reflection API Names or Symbols adequate for use inside transfer objects?
- Zeppelin fails to check regex from z.input dynamic form
- Play framework Scala project: add ints to a Seq and return it
- Scala - Co/Contra-Variance as applied to implicit parameter selection
- Change Flyway resources location for scala unit test
- Stub a val of a trait with scalamock
- how we can upload parquet file in azure blob storage using spark and scala?
- Why adding a println makes my code uncompilable
- Getting a Scala Map from a Java Properties
- Scala: [InputFormatException: null]
- Are two transformations on the same RDD executed in parallel in Apache Spark?
- Scala parsing error ';' expected but string literal found
- behaviours of Val in Scala
- Parameterise spark partition by clause
- Scala print help commands
- String seen as a Monoid
- Storing functions in a HashMap
- Parameter type inference in scala
- How to flatten an HLists of HLists
- Spark scala select certain columns in a dataframe as a map
- In Akka, can I spoof a message from a different actor?
- MySQL in Slick 3.1
- Create Hive Table from Spark using API, rather than SQL?
- Unable to find SBT plugin for IntelliJ Idea 12
- Making a nested if statement more functional in scala
- Using ClassTag/TypeTag instead of ClassManifest in Scala 2.10
- Unable to apply parameterised curried function
- how to detect changes in rows from different data frames
- how to use int in scala messages file with play.api.i18n