Kimbro Staken
Kimbro Staken
### Description This converts kafka_source to be based on Kafka consumer group membership but with offset storage still maintained by Quickwit. Once completed this will maintain exactly-once processing semantics on...
**Describe the bug** I'm not sure if this is by design or not but the time selector in the UI drifts as you keep the UI open. The time range...
**Describe the bug** We needed to update the configuration on an existing index and one of my engineers pointed out the --overwrite option to index create as a possible way...
**Describe the bug** The `split list` command is primarily an informational command but it has an option `--mark-for-deletion` that takes destructive action. I get why this option exists, it's a...
**Describe the bug** If you delete and recreate the topic backing a Kafka source after reading data through it the server goes into a non-recoverable retry loop due to missing...
Calling `this.getAPI()` in the constructor of an operation in the pipeline will fail while calling it in the process function succeeds. The API is registered on the job so it...
Running `teraslice-cli assets init` results in the following error. ``` teraslice-cli assets init A name parameter is required to create a storage ``` This should be kicking off the generator...
It would be helpful to be able to see how many times a slice retries before it is considered a success or failure. Should probably be part of the state...
This was originally added to be able to have configurations for development and production that triggered certain changes. Like logging to console in development and files in production. This has...