Ben Weintraub

Results 12 issues of Ben Weintraub

Calls to `PartitionOffsetManager.Close` seem to consistently hang for me when `Consumer.Offsets.AutoCommit.Enable==false`. They do not hang when the default value of true is used. ##### Versions | Sarama | Kafka |...

## Overview We're seeing a strange issue related to DNS resolution with `kafkacat` 1.5.0 running on macOS Mojave and Catalina (possibly other versions too, haven't tried farther back). `kafkacat` is...

GREAT REPORT

Like https://github.com/Mongey/terraform-provider-kafka-connect/pull/81 but without anything specific to bearer token auth. This just adds a new `headers` (previously called `extra_headers` in #81) provider config, which is a `Map[String]String` and allows you...

This PR adds support for configuring this provider to use HTTP [bearer authentication](https://swagger.io/docs/specification/authentication/bearer-authentication/) against the target Kafka Connect REST API endpoint, as an alternative to HTTP basic auth. I believe...

## What is the underlying problem you're trying to solve? There's no easy way to inject a PEM-formatted private key into the `keys[_].private_key` config file directive described [here](https://www.openpolicyagent.org/docs/latest/configuration/#keys) from an...

feature-request

### Summary I'm trying to write a Postgraphile plugin which (among other things) adds several directives to my GraphQL schema. Adding directives via `makeExtendSchemaPlugin` seems to work if those directives...

💅 enhancement
🙏 help-wanted

The npm registry response for the curl in the list-versions script is currently >6 MB in size, leading to timeouts on slow connections. npm supports an abbreviated metadata format[1], which...

This change fixes the issue described in https://github.com/strongloop/node-foreman/issues/176 by: 1. Making `nf` spawn each child process in its own distinct process group via the `detached` option 2. Delivering `SIGINT` signals...

The README says: > If your processes exit, Node Foreman will assume an error has occurred and shut your application down. `nf` does seem to detect the exit of a...

### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version _No response_ ### Which area(s) of pnpm are affected? (leave...

type: bug