ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
37 stars 21 forks source link

Issues are ignored in topic stream errors #295

Closed pnv1 closed 4 months ago

pnv1 commented 4 months ago

https://github.com/ydb-platform/ydb-java-sdk/blob/master/topic/src/main/java/tech/ydb/topic/read/impl/ReaderImpl.java#L522 Receiving BAD_REQUEST makes it impossible to get the reason from logs

pnv1 commented 4 months ago

Issues are not actually ignored. The whole proto is printed, including Issues. The problem was in user logging system which splits log message into separate strings by '\n'. False alarm