-
Type:
Bug
-
Status: Done
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 1.1.3
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Story Points:1
-
Rank (Obsolete):9223372036854775807
-
Pull Request URL:
-
Sprint:Sprint 49
As part of XD-2958, we've changed the input type of the Kafka sink from String to byte[]. The main reason for the change was that it required an arbitrary and often unneeded (but expensive) conversion to String for the bus payloads.
Apply the same change to 1.1 branch.