- KafkaTopic "config: {}" is automatically added or removed
- This behavior seems since AMQ Streams 2.1.
- Oddly as described below, if config: {} in KafkaTopic CR yaml is added, it is removed; but if not, it is automatically added.
- In the case of AMQ Streams 2.0, "config: {}" is always removed, never added.
- This behavior seems since AMQ Streams 2.1.
[As far as I confirmed]
- AMQ Streams 2.1
- In the case of creating a KafkaTopic with "config: {}", "config: {}" will be automatically removed.
- In the case of creating a KafkaTopic without "config: {}", "config: {}" will be automatically added.
- AMQ Streams 2.0
- In the case of creating a KafkaTopic with "config: {}", "config: {}" will be automatically removed.
- In the case of creating a KafkaTopic without "config: {}", It remains so.