CyrilDevOps

Results 10 comments of CyrilDevOps

sorry for the delay for this answer, we use tini with '-v' to get the spawn/exist status message. with a dockerfile configured with tini v0.19.0 : ENTRYPOINT ["/tini", "-v", "--"]...

Thanks. docker and logs ordering doesn't seems to be a 'new' problem. You can close this issue, I don't think there is any 'trick' tini can do.

Sadly a dynamic block doesn't work, with a block like ``` dynamic "ttl" { for_each = var.ttl_enabled ? [1] : [] content { attribute_name = var.ttl_attribute enabled = var.ttl_enabled }...

Is it an issue because of our KPL version ? we are using KPL 0.15.8, we are working on upgrade to KPL 1.x but it take time to adjust our...

so protobuf 3 isn't compatible with protobuf 4 ? Now how can I update ? Do I need to update to KPL 1.0.0 first, my kinesis messages will be compatible...

Any news on that ? we seems to have that problem too, our container memory is consumed more and more until they hit the limits of our task definition. How...

Hi, in our config we set setRecordMaxBufferedTime to 100, setThreadingModel to POOLED and setThreadPoolSize to 50. We also set metriclevel to none. we went from kcl 2.5.3/kpl 0.15.12 to kcl...

I see a version 1.0.2 from the changelog with the logging fix, when will it be present in maven so we can do some testing ?

@spandhla any progress on that memory leak ? We were ready to switch to producer 1.x for the second time (we had to rollback because of the memory leak of...

I would like to extend that to other credential provider, like hashicorp vault. We use hashicorp vault to get aws credentials, I have set of script that use credential_process to...