Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-6524

[DOC] Add inter.broker.protocol.version=3.X in the example in 30.3.1. Kafka version compatibility for downgrades

    • False
    • None
    • False

      • [DOC] Add inter.broker.protocol.version=3.X in the example in 30.3.1. Kafka version compatibility for downgrades
      • in Kafka 3.0 and later, when using log.message.format.version, use inter.broker.protocol.version instead. inter.broker.protocol.version should also be added in the following example. As far as I check, in all other examples in the documentation, inter.broker.protocol.version is also listed when using log.message.format.version, so it should follow that pattern.
      # https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.8/html-single/deploying_and_managing_streams_for_apache_kafka_on_openshift/index#con-target-downgrade-version-str
      
      apiVersion: kafka.strimzi.io/v1beta2
      kind: Kafka
      spec:
        # ...
        kafka:
          version: 3.8.0
          config:
            inter.broker.protocol.version: "3.7" # THIS SHOULD BE ADDED
            log.message.format.version: "3.7" 
            # ...
      

              pmellor@redhat.com Paul Mellor
              rhn-support-tyamashi Tomonari Yamashita
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: