Skip to content

Kafka streams application#2

Merged
fapaul merged 8 commits intomasterfrom
kafka_streams_application
Mar 13, 2019
Merged

Kafka streams application#2
fapaul merged 8 commits intomasterfrom
kafka_streams_application

Conversation

@fapaul
Copy link
Copy Markdown
Contributor

@fapaul fapaul commented Mar 12, 2019

This PR adds a base class for writing and configuring new Kafka streams processors.

Closes #1.

@fapaul fapaul requested a review from AHeise March 12, 2019 14:49
@fapaul fapaul force-pushed the kafka_streams_application branch from 0da7f23 to 94eea76 Compare March 13, 2019 08:00
Comment thread build.gradle.kts Outdated

repositories {
mavenCentral()
maven {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's enough to write maven(url = "http://packages.confluent.io/maven/")

Copy link
Copy Markdown

@AHeise AHeise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small improvement in gradle.
You could try to increase test coverage by using word count (or similar): https://github.com/bakdata/fluent-kafka-streams-tests/tree/master/fluent-kafka-streams-tests/src/test/java/com/bakdata/fluent_kafka_streams_tests

@fapaul fapaul force-pushed the kafka_streams_application branch from 09fe1a2 to 565f510 Compare March 13, 2019 10:13
@fapaul fapaul merged commit 3e64faa into master Mar 13, 2019
@fapaul fapaul deleted the kafka_streams_application branch March 13, 2019 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants