Ben Johnson
Ben Johnson
We're seeing reports from users that the `aws_s3` sink is routinely logging `connection_closed_before_message_completed` errors, but the `events_discarded_total` metric is 0. They are also reporting that the large majority of events...
As part of ensuring Vector is enterprise-ready, we need to improve how Vector buffers data. This is core to achieving the level of reliability and durability that enterprises require. Our...
I would like to think about partial failures when ingesting data into Elasticsearch and if we even want to handle this scenario. Options include: 1. Don't do anything. 2. Collect...
[Azure Event Hubs](https://azure.microsoft.com/en-us/services/event-hubs/) is like a managed Kafka service: > Allow existing Apache Kafka clients and applications to talk to Event Hubs without any code changes—you get a managed Kafka...
### Current behavior Various AWS APIs will return a the following JSON response when being throttled (rate limited): ```json {"__type": "ThrottlingException", "message": "Rate exceeded"} `` `ExAws.Request.client_error/2` expects errors to contain...
As Vector approaches 1.0, we want to be as transparent as possible with our development and planning efforts. ## Vector's 1.0 Roadmap **Vector's roadmap is public: https://roadmap.vector.dev** * Each card...
Using Vector in production? Let us know in the comments! ### PSA We're looking for companies to work closely with to ensure Vector solves production use cases. If interested please...
I think we can do better to guide users into setting up their local environments when they opt not to use `make environment`. ## Example For example, running `make release`...
I recently helped a user fix a topology error, where they had a `prometheus` source (metrics) connected to a `rename_fields` transform (logs). They received the following error: ``` Jul 30...
I've had a couple of contributors ask what the minimum dev environment specs are to work on Vector since they cannot compile Vector on their machines. We should document this...