kafka-streams-stockstats icon indicating copy to clipboard operation
kafka-streams-stockstats copied to clipboard

Kafka Streams Example - Some aggregates on fake stock data

Results 7 kafka-streams-stockstats issues
Sort by recently updated
recently updated
newest added

The following does not seem to work source .groupByKey()

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

Bumps org.apache.kafka:kafka-clients from 2.8.0 to 5.3.0-ccs. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka-clients&package-manager=maven&previous-version=2.8.0&new-version=5.3.0-ccs)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your work, and I usually check your updates. I was afraid that my savings would be eaten...

Bumps [gson](https://github.com/google/gson) from 2.2.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Using latest windowedBy() ``` final TimeWindows window = TimeWindows.of(Duration.ofMinutes(1)); ...... .windowedBy(window) ``` Then printing the stream ``` stats.foreach((key, value) -> logger.info("Key >>>>> "+ key + " Value => "+value.countTrades)); ```...

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...