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
Hi,
I am trying to run your project on my machine but I get the following errors:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project kafka-streams-stockstats: Compilation failure: Compilation
failure:
[ERROR] path~~~~/kafka-streams-stockstats-master/kafka-streams-stockstats-master/src/main/java/com/shapira/examples/streams/stockstats/StockStatsExample.java:[52,32] method of in class org.apache.kafka.streams.kstream.TimeWindows cannot be applied to given types;
[ERROR] required: java.lang.String,long
[ERROR] found: int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] path~~~~/kafka-streams-stockstats-master/kafka-streams-stockstats-master/src/main/java/com/shapira/examples/streams/stockstats/StockStatsExample.java:[49,57] cannot find symbol
[ERROR] symbol: method groupByKey()
[ERROR] location: variable source of type org.apache.kafka.streams.kstream.KStream<java.lang.String,com.shapira.examples.streams.stockstats.model.Trade>
If you could just help me resolve these errors it will help me out to move ahead. Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run your project on my machine but I get the following errors:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project kafka-streams-stockstats: Compilation failure: Compilation
failure:
[ERROR] path~~~~/kafka-streams-stockstats-master/kafka-streams-stockstats-master/src/main/java/com/shapira/examples/streams/stockstats/StockStatsExample.java:[52,32] method of in class org.apache.kafka.streams.kstream.TimeWindows cannot be applied to given types;
[ERROR] required: java.lang.String,long
[ERROR] found: int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] path~~~~/kafka-streams-stockstats-master/kafka-streams-stockstats-master/src/main/java/com/shapira/examples/streams/stockstats/StockStatsExample.java:[49,57] cannot find symbol
[ERROR] symbol: method groupByKey()
[ERROR] location: variable source of type org.apache.kafka.streams.kstream.KStream<java.lang.String,com.shapira.examples.streams.stockstats.model.Trade>
If you could just help me resolve these errors it will help me out to move ahead. Thank you!
The text was updated successfully, but these errors were encountered: