Mohit Godwani
Mohit Godwani
In line with the themes highlighted above, I think there are a few issues which we can discuss: 1. https://github.com/opensearch-project/OpenSearch/issues/13744 [The new way provides faster parsing and efficient way to...
@navneet1v Does setting the following help in getting rid of the error? https://github.com/opensearch-project/OpenSearch/blob/031d8ae022e47aedc8563bb7735aa582c8145bde/plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3ClientSettings.java#L253-L258
Is there any historical reason around why we are not supporting this? Is this just because of query rewrite we trigger via rollup interceptor? Also, we would need to test...
@Bukhtawar @shwetathareja @mch2 @getsaurabh02 Looking forward to your thoughts on this.
Thanks folks for reviewing the proposal. > However, I wonder if we have to extend an engine to support a new format. Given Java does not allow multiple class extensions,...
> ensure ordering and consistency during ingestion to ensure failure cases like refresh succeeded in one engine, while failed in other are handled gracefully. Yes, I was thinking of chaining...
> Another orthogonal thought is if we could have a more native integration with data prepper that directly writes the stream of record as source(in an open-format) on a remote...