-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add interactive queries for Key-Value stores (#204)
* Refactor * Continue refacto * First interactive queries commits * update doc * handle some http errors * Handle key and value * improvements * Improve tests * update * update tests * Add IQ avro test * Fix unit tests * Add IQ doc * Update sonar * Update tests * Update tests * Fix interrupted exceptions * Add integration test on timestamped key value store * Improve unit tests coverage * Improve coverage * sonar * Start updating core module with IQ * sonar * Add hosts info in core * Handle get by key on core http server * Clean core impl of IQ * Updates * Handle timestamped key value stores * Refactor for Key-Value * Refactor testcontainers * Wrong store stype request * Simplify dtos * Fix tests * Update README * Fix javadoc * Improve tests * checkstyle * sonar * Updates * Last fixes * Update readme * Fix tests * Sonar
- Loading branch information
1 parent
42eb4a9
commit b2a220e
Showing
97 changed files
with
4,322 additions
and
1,305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
kstreamplify-core/src/main/java/com/michelin/kstreamplify/constants/HttpServerConstants.java
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
...eamplify-core/src/main/java/com/michelin/kstreamplify/constants/InitializerConstants.java
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
kstreamplify-core/src/main/java/com/michelin/kstreamplify/constants/PropertyConstants.java
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...fy-core/src/main/java/com/michelin/kstreamplify/context/KafkaStreamsExecutionContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.