JP Phillips

Results 13 issues of JP Phillips

We occasionally see weird behavior when using Request with timeouts where it appeared as though the timer had already fired even though it did not appear to be the case....

support client.Writer interface and investigate the potential of calling `SYNC`/`PSYNC` commands (and the soon to be released `PSYNC2`) for client.Reader interface.

enhancement
help wanted
ready

should be able to support `client.Reader` and `client.Writer` interfaces

enhancement
help wanted
ready
Hacktoberfest

support `client.Writer` interface with a well defined API I'm hesitant to support `client.Reader` unless we restricted it to HTTP/2 maybe.

enhancement
ready
Hacktoberfest

it'd be great to be able to support the ability to read/copy data from elasticsearch to other sinks.

ready

Add support for reading/writing to a cassandra/scylla cluster. I don't really know enough of either to determine with it could support "tailing reads".

enhancement
help wanted
ready

## Feature Request In https://github.com/compose/transporter/pull/233, we first introduced the concept of "versioned clients" to be able to properly handle changes between major versions of elasticsearch. ### Proposal: The [clients package](https://github.com/compose/transporter/tree/43e25666a7f2e0ed6303883234a0bb4678f7a9d0/pkg/adaptor/elasticsearch/clients)...

ready

For many adaptors, the data can't be sent without the table/schema/etc. already defined in the system. Right now, there's no way to tell transporter to Run X, Y, Z on...

enhancement

There are critical errors that should stop the pipeline and there are other errors that just need to be logged. Right now, things bubble up through the `pipe.Err` chan and...

ready

There's been many cases where a single document needs to either be split up or contains a nested array that need to be sent down the pipeline. The current transformer...

enhancement
ready