Stanislav Knot

Results 22 comments of Stanislav Knot

Good question. I think it could be refactored. I can take a look at topic config model generation.

Hi. Your work seems to be very interesting. Thank you! Do you have any logs from the failed test? @see-quick @Frawless @im-konge ^^

Hi. Are you sure you do use bridge just as a producer? I did some testing and when the bridge is just producing records, it won't get over 54 threads.

FYI I've opened the PR to bump up the Kafka version in vertx client to 3.0.0 but it won't be merged any soon as the debezium dependency (used for tests)...

Kafka 3.0.0 support is planned in Vertx 4.3. From a long-term POV it would be good to remove vertx-kafka-client dependency.

Hi, for consumers, you can use all the settings from https://kafka.apache.org/documentation/#consumerconfigs So I believe setting `fetch.max.bytes` should help there. @ppatierno can you confirm?

My memory was wrong... in bridge you can set only these options: https://strimzi.io/docs/bridge/latest/#_consumer

I tried `YAMLGenerator.Feature.LITERAL_BLOCK_STYLE` with no luck. I also tried various versions. Thi behaviour begins since 2.11.0 (included)

I did some digging. The difference happens there: https://github.com/FasterXML/jackson-dataformats-text/blob/2.10/yaml/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java#L982 https://github.com/FasterXML/jackson-dataformats-text/blob/2.11/yaml/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java#L987 The affected condition (`this._valueNeedsQuoting(text)`) returns false on 2.10.5 but true in 2.11.x The `text` is whatever string containing quotes.

Hi. As a workaround, you can specify name of your custom ConfigMap here: https://github.com/strimzi/strimzi-kafka-operator/blob/main/helm-charts/helm3/strimzi-kafka-operator/templates/060-Deployment-strimzi-cluster-operator.yaml#L48