Replies: 1 comment
-
karapace is faster to start or try redpanda |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using the docker image (docker.io/confluentinc/cp-schema-registry:7.2.1) of the schema registry it is very slow to start (30s) and start responding, and it requires a significant amount of resources while starting. We need the registry to be alive for some of our tests as the serialisers require the schema registry to present.
I have tested this both on an Apple M1 Pro and on an AMD 5900X. The AMD is slightly faster.
How can we improve the startup time of the registry?
Setup:
Breakdown:
Edit: something appears to have changed, the startup time is now 16s. Already better but I'm unsure where this difference comes from. Can we get it further down from 16s?
Beta Was this translation helpful? Give feedback.
All reactions