Kostas Stamatakis
Kostas Stamatakis
Hi I checked librdkafka examples https://github.com/edenhill/librdkafka/blob/36283d1f8870be0824d97940abcf04d6d202a0ec/examples/consumer.c#L210 ```c rkm = rd_kafka_consumer_poll(rk, 100); if (!rkm) continue; /* Timeout: no message within 100ms, * try again. This short timeout allows * che ```...
@nick-zh thanks for the answers so far :smile: So right now in php-rdkafka there is a differentiation from the default behavior of librdkafka In (_librdkafka_) `rd_kafka_consumer_poll` when the timeout passes...
@nick-zh @Steveb-p Correct me if I'm wrong here but to my understanding in librdkafka, when the poll operation finishes without message it sets the timeout error with `rd_kafka_set_last_error` but it...
I took a look into the ticket https://github.com/elastic/security-team/issues/8217 It seems the root cause is the same, but we just got a different error during the db update flow. Trivy uses...
Hello @hema8184, please avoid directly tagging people (especially those not in the Cloudbeat team). The `just` command you refer to is intended for development purposes like loading a custom modified...
Hello @sirishas23, The `just deploy-eks-cloudbeat` was intended only for development purposes and is not actively maintained. It also uses an old elastic-agent (cloudbeat) image by default unless you overwrite that....
Hello @Shankar-Mendyala, have you tried to install the KSPM through kibana's install [integration](https://www.elastic.co/guide/en/security/current/get-started-with-kspm.html) flow? (requires a fleet manager). If yes, was there any issue with that flow? If you try...
@eyalkraft I thought the DB is being downloaded on each cycle either way. But I will check and perhaps remove the db reset option. @romulets I couldn't think of a...
@eyalkraft Apparently, one of the two databases being downloaded —the Java one— is cached for three days, so in that case, yes, we would lose that. The other one is...
The dependabot runs successfully now. I am not sure if this happened because of some other reason or because of the [removal](https://github.com/elastic/cloudbeat/commit/ec4b0865d80f4d6009c5d4581a013bada4714a59) of double schedule element (probably not), but it...