Lalith Suresh

Results 37 issues of Lalith Suresh

Two issues: * When creating connectors via the Swagger UI, it picks a default `max_buffered_records` of 0. * The pipeline accepts `max_buffered_records=0` as a valid configuration, which causes the corresponding...

Pipeline Manager
adapters

**Describe the bug** Reintroduce this commit so that every branch isn't using its own cache key: https://github.com/feldera/feldera/commit/35338029beb48764d0537eb0c912a09fc8bf048c

CI/CD

**Describe the bug** Have documentation that guides users to get productive with setting up data sources and destinations. We currently have some tutorials and raw auto-generated API docs -- this...

documentation

**Describe the bug** Fill out connector documents, all of which are currently in a TODO state.

documentation

The compiler server currently compiles one task at a time (from SQL to rust). This isn't great when there are multiple users actively trying to compile programs at the same...

performance
Pipeline Manager

Our REST API documentation (https://www.feldera.com/api/list-all-api-keys) can render different commands based on whether the user is interested in running the command against localhost or the public sandbox. It would be good...

documentation

Following what I could find in kubernetes-tests, I'm running into the following NPE when using the Kubernetes mock server. ```java public class MyTest { @Rule public KubernetesServer server = new...

Waiting on feedback