Philip Krauss

Results 16 issues of Philip Krauss

Skeleton for repository automation.

It would great if the client could emit a custom HTTP header with every request. Two options should be available to register such a header: as global option and on...

enhancement

If you invoke a deprecated endpoint/param in Elasticsearch, a header containing the deprecation message is responded. Please bubble up these messages to the user level.

enhancement

Feature request description: * the feature is available as an _opt-in_, meaning that a dev needs to explicitly set the value of choice prior to executing the request from the...

enhancement

Add ECS formatter support to [bunyan](https://www.npmjs.com/package/bunyan).

lang:js

Add a formatter for [Zend Log](https://framework.zend.com/manual/2.1/en/modules/zend.log.overview.html).

lang:php

The list of `failed_batches` in the `BulkProcessor` keeps continues to grow and grow if records are failing. Introduce a mechanism to fetch the items and free the space again (pop).

help wanted
helpers/bulk-processor

If a `429` status code is returned, increase the processing timeout to avoid future rate limit hits.

enhancement
help wanted
helpers/bulk-processor

In order to unblock #41 we had to implement a workaround in #55 to bypass the missing dependency. Move the `Mako` dependency in the poetry dependency management file.

good first issue
help wanted
dependencies

Create a `query` and `search` helper that handles the pagination under the hood. A user would provide only a query and would get the full result set without the need...

enhancement
helpers/pagination