Roger Collins
Roger Collins
> @zulrang Try increasing your max buffer size to something very large - you'll probably still have to restart the processes every so often, but in theory if they buffer...
Either there's something seriously wrong with FluentBit or I'm fundamentally misunderstanding how it works If it requires a 25M buffer to process a few 10k long lines
This needs to be merged in. I spent over an hour trying to make this work.
Ariadne has similar features: https://ariadnegraphql.org/docs/query-validators#setting-fields-costs-in-schema
> @survivant You need to pass through a `configurationOverrides` for `kafkastore.topic.replication.factor` or env-var for `SCHEMA_REGISTRY_KAFKA_STORE_REPLICATION_FACTOR` > > https://github.com/confluentinc/cp-helm-charts/blob/master/charts/cp-schema-registry/templates/deployment.yaml#L88-L94 > > The default, indeed, is 3 - https://docs.confluent.io/platform/current/schema-registry/installation/config.html#kafkastore-topic-replication-factor This is incorrect....
Disregard. I may have gotten this confused with the Control Center properties. After reverting the change, it worked as above (works both ways?)
From experience, any calls to your endpoints fail ``` lib/python3.11/site-packages/redis/_parsers/base.py", line 221, in _readline raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) redis.exceptions.ConnectionError: Connection closed by server. ```