-
I have to send an array of messages coming from pulsar topic to send to es using `esutil.NewBulkIndexer`. I need to call `msg.ack` when messages are successful to send, and `msg.nack(negative ack)` wh…
-
## Expected Behavior
We are running fly scans and when there are large number of events, the bulk event document will get too large to be sent to kafka, we can increase the kafka message limi…
-
Hey team.
The following statement is reported: "In case of transactional messages, this feature is provided for very small volume profile creation in a large volume transactional sending use case, wi…
-
**Describe the bug**
When a bulk request fails to write to OpenSearch, failures will be handled after the `max_retries` has been exhausted. However, when logging the failure or sending the failure to…
-
The sequence of messages should probably be
1. XG System On
2. Wait 50ms
3. For each channel, if QS part, send QS bulk dump, otherwise send XG bulk dump (will need to create method for generating…
-
We now have a growing number of potentially long-running tasks that Lambdas are not well suited to support, especially if the user is expecting a synchronous response. These include:
- [x] Bulk upl…
-
### Describe the bug
**Versions** (relevant - OpenSearch/Dashboard/Server OS/Browser):
AWS OpenSearch Serverless
.NET8
OpenSearch.Client 1.8.0
OpenSearch.NET.Auth.AwsSigV4 1.8.0
**Describ…
-
- [ ] Check in which format they provide concept data
- [ ] Research & test how weaviate bulk import works
- [ ] Reseach & implement parallelization of embedding calculation (should be possible to e…
-
# User Story
In https://github.com/chef/a2/pull/5067 the client runs ingestion pipeline was modified to use the elasticsearch bulk api with bundled messages. This is a huge improvement for the pipeli…
-
This API is very useful for sending bulk messages. But single bulk messaging is pretty slow on whatsapp end, because it created queue for messages more than 500. That takes long time.
That's why I …