-
Notifications
You must be signed in to change notification settings - Fork 468
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
Capture RDKafka Statistics as an internal built-in log #6131
Merged
cirego
merged 17 commits into
MaterializeInc:main
from
cirego:chris/system-table-kafka-metrics
Mar 23, 2021
Merged
Capture RDKafka Statistics as an internal built-in log #6131
cirego
merged 17 commits into
MaterializeInc:main
from
cirego:chris/system-table-kafka-metrics
Mar 23, 2021
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 93fb82a - Browse repository at this point
Copy the full SHA 93fb82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc50905 - Browse repository at this point
Copy the full SHA dc50905View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee80890 - Browse repository at this point
Copy the full SHA ee80890View commit details
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 23c3970 - Browse repository at this point
Copy the full SHA 23c3970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0388f52 - Browse repository at this point
Copy the full SHA 0388f52View commit details -
Tracking kafka consumer statistics now works
Instead of trying to create a new Logger class that implements Send + Sync, use crossbeam to send messages from the callback context into the source info context. This will activate the source, triggering the source to read messages from the callback and update the system log tables. When a source is dropped, the statistics are removed.
Configuration menu - View commit details
-
Copy full SHA for 8945be4 - Browse repository at this point
Copy the full SHA 8945be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73c6f6 - Browse repository at this point
Copy the full SHA f73c6f6View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 045293d - Browse repository at this point
Copy the full SHA 045293dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f34b96 - Browse repository at this point
Copy the full SHA 9f34b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09fe85 - Browse repository at this point
Copy the full SHA f09fe85View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbec829 - Browse repository at this point
Copy the full SHA dbec829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3713dbe - Browse repository at this point
Copy the full SHA 3713dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c38647 - Browse repository at this point
Copy the full SHA 1c38647View commit details -
We no longer need the print message (that's what this PR replaces!)
Configuration menu - View commit details
-
Copy full SHA for 77d3c5e - Browse repository at this point
Copy the full SHA 77d3c5eView commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 03a0928 - Browse repository at this point
Copy the full SHA 03a0928View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09093e - Browse repository at this point
Copy the full SHA d09093eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e871578 - Browse repository at this point
Copy the full SHA e871578View commit details
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.