Erik Forsberg
Erik Forsberg
### Feature or Problem Description Having a lot of artifacts (200+), with many artifacts duplicated in multiple groups (due to review environments etc), the UI quickly gets a bit hard...
## Description **Registry Version**: 2.4.2.Final **Persistence type**: sql ### Environment Running Apicurion in Kubernetes behind ingress controller. Apicurio configured with oidc authentication with Keycloak as IdP. Relevant environment vars: ###...
Doing it here creates problems when including the library in applications where sys.stdout is not a file-like object, such as a web app.
When running in distributed mode, and after having tasks being reshuffled between kafka connect workers, a lot of these error messages will start showing up: ``` Ignoring invalid task provided...
The implementation of close() will now remove TopicPartitions the task no longer will have assigned. This will fix the problem where the task logs that unassigned topic/partitions are reporting commits...
For at least once semantics, it is not necessary to commit after every call to put(), as Kafka Connect will commit the kafka Offsets periodically. Doing it periodically will lead...
This is done via a new configuration mapping, "topic2tablename". Also rewrites illegal tables names (with "-" or ".") by replacing the illegal charaters with underscore ("_").
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-secrets-webhook/issues) for an issue that matches the one I want to file, without success. - [X] I am not looking...
This is a merge of aio-libs/aiokafka into robinhood/aiokafka 1.1, made to the best of my abiliites - and that's meant as a warning, as it was a pretty complex merge...