You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var msgJson = JsonSerializer.Serialize(msg);
await _producer.ProduceAsync(topic, new Message<string, string> { Key = null, Value = msgJson});
and you take auto exit from print topic with error:
!!! Intresting moment if enter in command again print test from BEGINNING;, you will see what all okey: data exists and you stay on print command observ;
The text was updated successfully, but these errors were encountered:
Omg i find problem!!! its make crush if key is empty string "" or have whitespaces " ".
I create merge request for fix it confluentinc/confluent-kafka-dotnet#1751
hi i saw that you fix it in
#7162
but in
cp-ksqldb-server:7.0.0
cp-ksqldb-cli:7.0.0
i have problem again
how to reproduce?
print test from BEGINNING;
and you take auto exit from print topic with error:
![image](https://user-images.githubusercontent.com/61819835/150528181-78172aa2-afe3-4039-aff1-955ee2ce0b91.png)
!!! Intresting moment if enter in command again
![image](https://user-images.githubusercontent.com/61819835/150528355-dacec9b7-16b4-40a6-a09a-bc074ddfdc95.png)
print test from BEGINNING;
, you will see what all okey: data exists and you stay on print command observ;The text was updated successfully, but these errors were encountered: