-
Notifications
You must be signed in to change notification settings - Fork 22
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
V2 rebased #220
Draft
dorner
wants to merge
40
commits into
master
Choose a base branch
from
v2-rebased
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
V2 rebased #220
Changes from 18 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0df10b4
Remove Phobos references
dorner 6166045
Add Deimos::Logging
dorner dfbf84b
Remove features no longer used
dorner 7b9dbba
Introduce Karafka routing features and update configuration
dorner 0384a35
Use MissingImplementationError instead of NotImplementedError
dorner 7e84e8a
Move instrumentation to Karafka
dorner 250df19
Additional schema-related changes
dorner b339b58
Metrics changes
dorner c33168e
Remaining consumer flow
dorner eb34830
Remaining producer flow
dorner 51b9571
Rename DB backend to Outbox backend
dorner ee9906f
Deprecate remaining config
dorner 1d6ebdb
Revamped test helpers and basic specs
dorner 4d25257
Consumer specs
dorner 190bd8d
Producer and remaining specs
dorner bb4d369
V2 generator
dorner b6449db
Docs
dorner b559f94
bump fig_tree version
dorner 3834a85
Use redraw
dorner 5abd5b2
remove this - will be added to Karafka
dorner faa642e
version bump
dorner 6fe16d5
Various testing and other fixes
dorner 1721ea8
version bump
dorner bec0a4d
fix tagged logging
dorner 69e4710
bump version
dorner ac80a0d
fix kafka in routing defaults
dorner f1a714c
oops
dorner 9170520
Fix setup calls
dorner c7a818f
First beta version!
dorner 76b1174
generator fixes & batch consumption fix
dorner 8484804
version bump
dorner a1f2188
fix for undecoded payloads
dorner 5958e18
bump version
dorner 5445d50
Don't try to generate payload if producer is disabled
dorner e91b806
Don't crash if name is nil (e.g. abstract class)
dorner b17e31c
Fix logging keys
dorner a5e8b40
Fix crash with logging encoded keys/payloads
dorner feb4c7f
bump version
dorner a643915
Alias eql? to :== in Deimos::SchemaClass::Base. This fixes a bug when…
harsha-flipp 687f55b
Bump version
dorner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ruby 3.2.2 |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inline_consumer and schema_controller_mixin can be removed as the files are removed in the PR.