Highlights
- 1 discussion answered
Block or Report
Block or report bruceg
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
804 contributions in the last year
Less
More
Activity overview
Contributed to
vectordotdev/vector,
vectordotdev/http_test_server,
bruceg/portage
and 5 other
repositories
Contribution activity
February 2022
Created 10 commits in 1 repository
Created a pull request in vectordotdev/vector that received 26 comments
enhancement(sinks): Add acknowledgement configuration to sinks
Closes #10983 Note that the documentation for this new feature is currently disabled AFAICT. There is a bit of a chicken-and-egg situation there with
+436
−72
•
26
comments
Opened 12 other pull requests in 1 repository
vectordotdev/vector
5
open
7
merged
- enhancement(sources): Make more sources send batches of events
- enhancement(sources): Send arrays of events into the topology
-
chore(core): Disambiguate
LogEventandTraceEvent - chore(observability): Make sure certain counter tags are constants
- chore(observability): Make check-events look at trace messages
-
chore(sinks): Inline
ServiceLogicinto batch sink framework -
chore: Simplify trivial
async { X.await }anti-pattern -
chore(observability): Fix
check-eventsto actually scan sources - chore(config, sinks): Error if acknowledgements are enabled for an unsupported sink
-
chore(sources): Send specific event types into
SourceSender -
chore(external docs): Fix
check-docs.shcompatibility with MacOS -
chore(core): Add a
EventCounttrait to bufferable types
Reviewed 33 pull requests in 1 repository
vectordotdev/vector
33 pull requests
-
chore(performance): start to rework
Fanout - fix(buffers): initial write offset sometimes calculated incorrectly in disk v1
- enhancement(sources): Make more sources send batches of events
-
fix(tests): Fix test for
aws_s3config - enhancement(sources): Send arrays of events into the topology
-
chore: Simplify trivial
async { X.await }anti-pattern - chore(config, sinks): Error if acknowledgements are enabled for an unsupported sink
- enhancement(topology): Send arrays of events through the topology
- enhancement(sinks): add missing events
- chore: Apply more deny unreachable_pub
- chore: Apply deny unreachable_pub to src/conditions
- chore: Add a global deny unreachable_pub, with carve outs
-
chore: [retypist]
src/internal_events - chore: Remove dynamic dispatch from DD search hot-path in VRL, conditions
- enhancement(statsd source): comply with component spec
- enhancement: move internal events error types to const
- chore: Merge filter-test up into sole call point
- chore: Fix validation errors for Github issue templates
- feat(core): trace data type
- enhancement(sinks): Make TLS options configurable for AWS sinks
- enhancement(sinks): Add acknowledgement configuration to sinks
-
chore(sources): Send specific event types into
SourceSender - enhancement(auth): NATS sink+source authentication and TLS support
- chore(performance): move more sources to send_batch
-
chore: Use
BytesMutinstead ofVec<u8>inHttpSinkrelated code - Some pull request reviews not shown.
Opened 7 issues in 1 repository
vectordotdev/vector
4
open
3
closed
-
Implement sending
EventArrayforSourceSender. -
Simplify
BatchSinkby inliningServiceLogic -
Add an option to the
filesink to sync changes to disk after each batch write -
Teach
check-eventsto enforce required messages -
Teach
check-eventsto limit the cardinality of counter tags - Vector doesn't warn if acknowledgements are enabled on a sink that doesn't support them
- Rework sources to send batches of single-type events