-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR release v0.5.0 #95
Merged
Merged
Conversation
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
* Refactor to desired structure * fix metric test * Update branch.yaml * cargo fmt * fix feature flags * simplify feature flags for now * add env_dependency
* Add schema store api
only on PR * Add DshKafkaConfig trait and update DLQ * Update readme and minor bugs
* small fix in readme * update existing examples * Update readme/changelog/security * update examples * align methods with RDkafka * cargo fmt * Remove certificate flag * improve schema store api (WIP) * improve schema store
* untangle errors * update documentation * update readme
* remove re-exports of prometheus and lazy_static * remove duplicated tests * fix
* improving README.md * Update dsh_sdk/README.md --------- Co-authored-by: Frank Hol <frank.hol@hotmail.com> Co-authored-by: Frank Hol <96832951+toelo3@users.noreply.github.com>
* improving documententation and comments * improving documententation and comments * improving documententation and commentas for dsh module * improving documententation and commentas for certificates module * improving documententation and commentas for datastream module * [FIX] closure problem * improving documententation and commentas. also added test to the errors * remove tests from error * improving documententation and comments for management api * [FIX] test error problem * [FIX] typo * remove error example in documentation * remove error example in documentation * Update dsh_sdk/src/datastream/mod.rs * Apply suggestions from code review --------- Co-authored-by: Frank Hol <96832951+toelo3@users.noreply.github.com>
* improving documententation and comments for token fetcher * improving documententation and comments for kafka protocol * improving documententation and comments for schema store client * improving documententation and comments for utils graceful shutdown * improving documententation and comments for metric * improving documententation and comments for platform utils * improving documententation and comments for dead letter queue utils * rename schema() to content() * [fix] doc examples failures on test (incorrect imports) * fmt * Review token_fetcher and minor improvements * Review and fix minor stuff in documentation * Refactor DLQ documentation * Review graceful_shutdown and minor improvements * Review metrics and minor improvements * Review platform and mino improvements * fmt * Fix doc warnings * Fix doc test (missing env variable) --------- Co-authored-by: Frank Hol <frank.hol@hotmail.com>
* rename platform methods to meaningful names
* Fix Platforms enum * add mqtt support plus examples * update README and examples * update changelog and fmt
* update README and examples * add note upgrade to v0.6 * Add AccessToken to public API * Into instead of AsRef * improve some minor stuff * add fav-icon and kpn logo to docs * cargo fmt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR for refactoring DSH SDK