Emma Haruka Iwao
Emma Haruka Iwao
Checking in here as I opened #55. Go also introduced [ClientTrace](https://pkg.go.dev/net/http/httptrace#ClientTrace) so we can measure the request sent - first byte received time in both clients. There would be a...
Another consideration is to make QueryRecords a streaming method. It'd break compatibilities but I believe it's the right change for long-term. Ideally we want to land it before 1.0.0.
This is the current behavior for chunked uploads (once the PRs are merged). We still need to change the legacy blob behavior.
There's a bit of a chicken-and-egg situation here. The server basically needs to decide where to store the blob, and it needs the size of the blob for the decision,...
Let's add a new method to retrieve the current status of a chunked upload session.
After doing some research, these getters are safer and shows the intent clearer. I'll change this bug to the opposite.
Making ListStores pageable won't break compatibility, so I'll change the issue and remove the 1.0.0 tag.
I would write a custom `Load` that translates `NumberOfChunks` to `ChunkCount` so that difference wouldn't creep into the rest of the codebase. Otherwise sgtm. Something like ```go func (b *BlobRef)...
That should automatically be handled by the standard logic. On Tue, Sep 20, 2022 at 2:23 PM Frederic Loranger ***@***.***> wrote: > Why wouldn't we add the translation on both...
fluent-bit exits immediately when you have corrupt files. ``` [2021/11/03 20:04:49] [ info] [input:storage_backlog:storage_backlog.3] register tail.1/358011-1635207481.939506184.flb [2021/11/03 20:04:49] [ info] [input:storage_backlog:storage_backlog.3] register tail.1/358011-1635207500.924286502.flb [2021/11/03 20:04:49] [ info] [input:storage_backlog:storage_backlog.3] register tail.1/358011-1635207520.924198297.flb...