Skip to content

Commit

Permalink
hex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Feb 27, 2025
1 parent 0855ffa commit f8b187d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/test/integration/features/kafka.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8b187d

Please sign in to comment.