From f8b187d2b0a59c55e9e46ec8cfa2bef0ec382166 Mon Sep 17 00:00:00 2001 From: Martin Zink Date: Thu, 27 Feb 2025 13:45:18 +0100 Subject: [PATCH] hex fix --- docker/test/integration/features/kafka.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/test/integration/features/kafka.feature b/docker/test/integration/features/kafka.feature index f2fd08db7c..20ba7e18f6 100644 --- a/docker/test/integration/features/kafka.feature +++ b/docker/test/integration/features/kafka.feature @@ -306,9 +306,8 @@ Feature: Sending data to using Kafka streaming platform using PublishKafka Examples: Key attribute encoding values | message 1 | message 2 | key attribute encoding | | The Odyssey | Ὅμηρος | (not set) | - | Lolita | Владимир Владимирович Набоков | utf-8 | - | Crime and Punishment | Фёдор Михайлович Достоевский | hex | - | Paradise Lost | John Milton | hEX | + | Lolita | Владимир Владимирович Набоков | UTF-8 | + | Crime and Punishment | Фёдор Михайлович Достоевский | Hex | Scenario Outline: ConsumeKafka transactional behaviour is supported Given a ConsumeKafka processor set up in a "kafka-consumer-flow" flow