- May 30, 2020
-
-
Björn Vonheiden authored
In order to not add a new configuration key that is needed by all the kafka stream use case applications extract the configuration keys to the kafkastreams common project.
-
Björn Vonheiden authored
To allow using the schema registry kafka streams builder takes an URL for using late the avor schema regitstry factory.
-
- May 27, 2020
-
-
Björn Vonheiden authored
The Project is renamed to theodolite and therefore all packages should be renamed likewise.
-
Björn Vonheiden authored
-
- May 14, 2020
-
-
Björn Vonheiden authored
This allows the usecases to create its own Properties object if needed.
-
Björn Vonheiden authored
Create an abstract KafkaStreamsBuilder class that can be used in kafka streams use cases. This should reduce the redundancy for reconfigure the properties in every streams application. Now only the topology needs to be defined by the use cases.
-
Björn Vonheiden authored
- Added application-kafkastreams-common project - modified root gradle project - configure eclipse quality tools and formatting
-