Adam Antal

Results 5 issues of Adam Antal

Let's bump the image to the latest minor version. [`v23.0.0`](https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-v23.0.0) might break stuff.

Unfortunately triggering an incremental snapshot for a non-existing table fails. The expected behavior is that the tables are auto-created if the `auto.table.creates=true` is set (just like during the initial snapshot)....

Using these configs: ``` auto.create.tables: "true" auto.create.tables.replicated: "true" ``` if the database doesn't exist, it will be created, but only on the single replica that the connector is connected to....

## Description When robusta starts, the pod becomes healthy immediately. After a few seconds, it loads the config and the pydantic validations run on those configs. If there's an error,...

### Description The `service.instance.id` identifier is unique to a component (a Lambda execution), and it may have several advantages exposing this information: - due to its manageable cardinality, it is...

enhancement
go