From 137a8d775463e1c54f4c3a0280ff1b60484bb75a Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Fri, 23 Jun 2023 16:32:03 -0400 Subject: [PATCH] Add https://github.com/apache/beam/issues/27000 as a known issue released in Beam 2.48.0 --- CHANGES.md | 2 +- website/www/site/content/en/blog/beam-2.48.0.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8ec9a89b78b39..69a893b49ed45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -127,7 +127,7 @@ ## Known Issues -* ([#X](https://github.com/apache/beam/issues/X)). +* PubsubIO writes will throw *SizeLimitExceededException* for any message above 100 bytes, when used in batch (bounded) mode. (Java) ([#27000](https://github.com/apache/beam/issues/27000)). # [2.47.0] - 2023-05-10 diff --git a/website/www/site/content/en/blog/beam-2.48.0.md b/website/www/site/content/en/blog/beam-2.48.0.md index 06bbe360f517a..dc6b4daaeda9b 100644 --- a/website/www/site/content/en/blog/beam-2.48.0.md +++ b/website/www/site/content/en/blog/beam-2.48.0.md @@ -63,6 +63,9 @@ For more information on changes in 2.48.0, check out the [detailed release notes * Fixed Java bootloader failing with Too Long Args due to long classpaths, with a pathing jar. (Java) ([#25582](https://github.com/apache/beam/issues/25582)). +## Known Issues + +* PubsubIO writes will throw *SizeLimitExceededException* for any message above 100 bytes, when used in batch (bounded) mode. (Java) ([#27000](https://github.com/apache/beam/issues/27000)). ## List of Contributors