Augusto Hack

Results 91 comments of Augusto Hack

Configuration reload seems a bit tricky, ATM the configuration file determines which URLs will be available: https://github.com/aiven/karapace/blob/b27a58c5f9874accd0b330ac840cdcd63b7de2ff/karapace/karapace_all.py#L54-L62 Is it fine if both services are always enabled?

Perhaps the best approach here is to use `confluent-kafka-python`. The library is licensed with `Apache-2.0`, seems to be better maintained, and it is a wrapper around the C implementation which...

Note: When this change is done, it should also take backwards compatibility with Karapace itself into account. Things can get messy, so my proposal is to run a "transaction" of...

Hi @vutdv-ic, thank you for the report. The first thing we would need is a way to reproduce the issue, for that I need additional details on your environment /...

@vutdv-ic , we are currently packaging using [debian:stable-slim](https://github.com/aiven/karapace/blob/e0c78877dbe178c1e945f76b5295b15232a39a70/container/Dockerfile#L3) as the base image: ``` karapace@f7f4736de5e2:/opt/karapace$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"...

@YuWang24 could you provide a MRE and the karapace logs? Thanks

@YuWang24 could you share a bit more details about your setup? Your platform, how are you running and the versions of Kafka and ZK, the version of Karapace and roughly...

I think we should keep the current model with `merge` commits instead of `squash` or `rebase + merge` because otherwise GPG signatures are invalidated. I do agree that commits like...

> I am trying to figure out if I can continue to run Karapace and confluent together till all apps migrate to Karapace if they both read and write to...