Skip to content

[Kafka proxy] Bug: messages larger than 6mb can't be read through ssl #18116

@a-serebryanskiy

Description

@a-serebryanskiy

Topic consumption through Kafka API with SSL enabled fails:

  • on processing historic data (where small messages have been already compacted to large 8mb blobs)
  • on processing one large message (>6Mb)

How to reproduce:

  • set up YDB cluster with SSL enabled
  • write to YDB large message (>6Mb)
  • read from YDB through Kafka API with security.protocol=SASL_SSL
  • you will see EOF exception and connection termination during fetch request

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions