Austin Godber
Austin Godber
Reference from Jared's post: * [`requireConnector` in `terafoundation`](https://github.com/terascope/teraslice/blob/b1a89a86f28b50100ad7943ddee9f2aa3db149e1/packages/terafoundation/src/connector-utils.ts#L9-L38) * WIP
> I don't like the idea of this, mainly because this file won't exist until build time leading problems that won't be caught until CI publish step. I think we'd...
Is the registry used for anything other than providing an entrypoint for `esbuild`?
BTW, this is motivated by two main things: * avoiding writing boilerplate code * (more importantly) help prevent mistakes where processors are accidentally omitted from a manually generate registry.
@busma13 you could be referencing this issue in your PRs.
I think enough of these are updated now that this is good. We're far less blocked on these and we're regularly updated. The few long running exceptions like socket.io have...
Another option is to use https://github.com/vercel/pkg see also: https://github.com/terascope/teraslice/issues/1039 Every time I've tried this, building teraslice has worked just fine. I haven't done any testing of the build beyond simply...
I think this cover the new `elasticsearch-next` connector: https://github.com/terascope/teraslice/blob/cbbfd16a54f870eb2adba1c41f56c026728176a4/packages/elasticsearch-store/src/elasticsearch-client/interfaces.ts#L23-L57 and this covers the original `elasticsearch` connector: https://github.com/terascope/elasticsearch-assets/blob/11b36e15db4cdbcac62ec57a05fd248de30101ca/packages/terafoundation_elasticsearch_connector/src/schema.ts I'm not sure about per-client differences between es6, es7, es8, and os1.
The init command has been removed and the `registry` subcommand has been added to handle this issue in teraslice-cli v1.6.0. ``` earl assets earl assets commands to manage assets Commands:...
It's worth noting here (for posterity) that OpenSearch was forked from elasticsearch around ES 7.10. For now, they haven't forked the clients, here's the discussion on that: https://discuss.opendistrocommunity.dev/t/client-apis-for-the-forks/5269 In general,...