• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vnvo / deltaforge
45%

Build:
DEFAULT BRANCH: main
Repo Added 07 Dec 2025 09:00AM UTC
Files 118
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • better-ops
  • chaos
  • chaos-pg
  • cn
  • df-data
  • df-storage
  • dlq
  • docs
  • dyn-routing
  • envelop
  • exactly-once
  • failover-handling
  • feat/tursosource
  • flatten-proc
  • fm-snap-guards
  • helm-chart
  • hotpath
  • http-sink
  • metrics
  • mgmt-apis
  • outbox-support
  • proc-filter
  • schema-sensing-hc
  • snapshot
  • synth-id

02 Apr 2026 10:48PM UTC coverage: 44.556% (+0.3%) from 44.226%
23925571652

push

github

web-flow
HTTP/Webhook sink (#68)

* feat: HTTP/Webhook sink

Delivers CDC events via HTTP POST/PUT to any URL.

Features:
- URL templates for per-table routing (${source.table})
- Custom headers with ${ENV_VAR} expansion (Bearer, Basic, API key)
- Batch mode: JSON array in one request, or per-event requests
- Retry on 5xx, 408, 429, connection errors, timeouts
- Auth errors (401/403) fail immediately
- DLQ-eligible routing errors (URL template failures)
- Connection pooling via reqwest

Integration tests (8): single event, batch per-event, batch mode array,
auth error (no retry), 5xx retries, URL template routing, custom headers,
connection refused retries. All use local axum test server.
 
* docs: add HTTP/Webhook sink to README and landing page

166 of 234 new or added lines in 3 files covered. (70.94%)

2 existing lines in 1 file now uncovered.

10750 of 24127 relevant lines covered (44.56%)

154.57 hits per line

Relevant lines Covered
Build:
Build:
24127 RELEVANT LINES 10750 COVERED LINES
154.57 HITS PER LINE
Source Files on main
  • Tree
  • List 118
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23925571652 main HTTP/Webhook sink (#68) * feat: HTTP/Webhook sink Delivers CDC events via HTTP POST/PUT to any URL. Features: - URL templates for per-table routing (${source.table}) - Custom headers with ${ENV_VAR} expansion (Bearer, Basic, API key) - Batch mo... push 02 Apr 2026 10:50PM UTC web-flow github
44.56
23923437008 main Operational improvements: labels, checkpoints, structured errors, production dashboard (#67) * feat: pipeline labels, checkpoint inspection API, per-table lag Pipeline metadata: labels + annotations (HashMap<String, String>). Labels enable filte... push 02 Apr 2026 09:46PM UTC web-flow github
44.23
23918002607 main feat: Helm chart for Kubernetes deployment (#66) StatefulSet-based deployment with: - Pipeline config via ConfigMap (inline or existing) - Secrets for credentials only (user/password) — expanded via ${VAR} in pipeline config at startup - PVC fo... push 02 Apr 2026 07:26PM UTC web-flow github
44.26
23824957467 main Helm chart + deployment guide + chaos improvements (#65) * feat: Helm chart for Kubernetes deployment StatefulSet-based deployment with: - Pipeline config via ConfigMap (inline or existing) - Secrets for credentials only (user/password) — expand... push 31 Mar 2026 11:56PM UTC web-flow github
44.26
23816277104 main Dead letter queue with per-event failure routing (#63) * feat: dead letter queue — per-event failure routing DLQ routes poison events (serialization/routing failures) to a durable queue backed by StorageBackend, allowing the pipeline to continue... push 31 Mar 2026 07:48PM UTC web-flow github
44.26
23781695725 main docs: updated guarantees push 31 Mar 2026 05:17AM UTC vnvo github
43.32
23780955344 main docs: be more precise about exactly-once and guarantees push 31 Mar 2026 04:49AM UTC vnvo github
43.32
23720547036 main docs: add Guarantees & Correctness page Comprehensive documentation of delivery tiers, ordering model, transaction boundary preservation, failure isolation, error classification and retry behavior, checkpoint semantics, backpressure model, consum... push 29 Mar 2026 10:27PM UTC vnvo github
43.32
23718186908 main docs: update changelog for v0.1.0-beta.9 push 29 Mar 2026 08:21PM UTC vnvo github
43.32
23717982936 main Exactly-once delivery with per-sink independent checkpoints (#62) * feat: exactly-once delivery with per-sink independent checkpoints Kafka transactional producer (begin/commit per batch), NATS Nats-Msg-Id server-side dedup, Redis idempotency_ke... push 29 Mar 2026 08:11PM UTC web-flow github
43.33
See All Builds (103)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc