{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":345611043,"defaultBranch":"main","name":"tiered-storage-for-apache-kafka","ownerLogin":"Aiven-Open","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-03-08T10:06:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/137087830?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716544238.0","currentOid":""},"activityList":{"items":[{"before":"5c7c3277cf61cb5a615826366e4d32ddd2cfe91e","after":"d3d295b4e71f558cc75c78fc2788c995e3511417","ref":"refs/heads/jeqo/s3-memleak","pushedAt":"2024-05-24T15:45:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fix(s3): reduce array copying with buffer slices\n\nDefine 2 buffers: 1 for input read data, and the other for part size upload.\nSlice them to pass data to IO (part building and part upload).","shortMessageHtmlLink":"fix(s3): reduce array copying with buffer slices"}},{"before":"54ae8de597bf7951440e6b4852b12a4ab382fc20","after":"5c7c3277cf61cb5a615826366e4d32ddd2cfe91e","ref":"refs/heads/jeqo/s3-memleak","pushedAt":"2024-05-24T15:31:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fix(s3): reduce array copying with buffer slices\n\nDefine 2 buffers: 1 for input read data, and the other for part size upload.\nSlice them to pass data to IO (part building and part upload).","shortMessageHtmlLink":"fix(s3): reduce array copying with buffer slices"}},{"before":null,"after":"82a3668489d6b5b33dd249e14ed4c8d801e2392a","ref":"refs/heads/jeqo/test0","pushedAt":"2024-05-24T09:50:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fix(s3): close upload part InputStream","shortMessageHtmlLink":"fix(s3): close upload part InputStream"}},{"before":null,"after":"d3404931f7f058d871688fa8a2d0ca01155f66d0","ref":"refs/heads/jeqo/rate-limit-upload-benchs","pushedAt":"2024-05-23T07:12:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"feat(bench): transform/detransform benchmarks","shortMessageHtmlLink":"feat(bench): transform/detransform benchmarks"}},{"before":"d7f6530a6296fbf16949ca1d6049a77ef9229738","after":"54ae8de597bf7951440e6b4852b12a4ab382fc20","ref":"refs/heads/jeqo/s3-memleak","pushedAt":"2024-05-23T07:00:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fix(s3): close upload part InputStream","shortMessageHtmlLink":"fix(s3): close upload part InputStream"}},{"before":"86c4bb88aa0f9edd701bb9b59bccbceca25c9742","after":"d7f6530a6296fbf16949ca1d6049a77ef9229738","ref":"refs/heads/jeqo/s3-memleak","pushedAt":"2024-05-22T22:53:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fix: reduce array copying and close input streams","shortMessageHtmlLink":"fix: reduce array copying and close input streams"}},{"before":"a98e6db80fedc68cbc4f3f5244638f5e6d3bc925","after":"86c4bb88aa0f9edd701bb9b59bccbceca25c9742","ref":"refs/heads/jeqo/s3-memleak","pushedAt":"2024-05-22T22:33:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fixup! fix: reduce array copying and close input streams","shortMessageHtmlLink":"fixup! fix: reduce array copying and close input streams"}},{"before":null,"after":"a98e6db80fedc68cbc4f3f5244638f5e6d3bc925","ref":"refs/heads/jeqo/s3-memleak","pushedAt":"2024-05-22T22:18:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fix: reduce array copying and close input streams","shortMessageHtmlLink":"fix: reduce array copying and close input streams"}},{"before":"999aef462e6b78fd98ad8682cb262a33348e2582","after":"bb5e10e670df61d417a576cb7ff98ccf9d75f2cb","ref":"refs/heads/jeqo/rate-limit-upload","pushedAt":"2024-05-22T13:06:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fixup! feat: add rate limited input stream for uploads\n\nMove bucket consumption to read(b, off, len) instead of individual reads, following suggestion [1]\n\n[1]: https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/pull/548#discussion_r1609710220","shortMessageHtmlLink":"fixup! feat: add rate limited input stream for uploads"}},{"before":"24d9f0224bfd0c7e0f9853abb93e9e9f8593d9de","after":"999aef462e6b78fd98ad8682cb262a33348e2582","ref":"refs/heads/jeqo/rate-limit-upload","pushedAt":"2024-05-22T12:58:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fixup! feat: add rate limited input stream for uploads\n\nMove bucket consumption to read(b, off, len) instead of individual reads, following suggestion [1]\n\n[1]: https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/pull/548#discussion_r1609710220","shortMessageHtmlLink":"fixup! feat: add rate limited input stream for uploads"}},{"before":null,"after":"24d9f0224bfd0c7e0f9853abb93e9e9f8593d9de","ref":"refs/heads/jeqo/rate-limit-upload","pushedAt":"2024-05-22T12:37:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"fixup! feat: add rate limited input stream for uploads\n\nMove bucket consumption to read(b, off, len) instead of individual reads, following suggestion [1]\n\n[1]: https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/pull/548#discussion_r1609710220","shortMessageHtmlLink":"fixup! feat: add rate limited input stream for uploads"}},{"before":"dc082df1ce5e30e4755b32c90ff30c95f5ead493","after":"fd5b0e0eb1cc82b4ff56f671044a8094fb7dd2cb","ref":"refs/heads/main","pushedAt":"2024-05-22T07:52:20.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"giuseppelillo","name":null,"path":"/giuseppelillo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25283154?s=80&v=4"},"commit":{"message":"Merge pull request #544 from jeqo/jeqo/bump-e2e-kafka-3.7\n\nchore: bump E2E tests for Kafka 3.7","shortMessageHtmlLink":"Merge pull request #544 from jeqo/jeqo/bump-e2e-kafka-3.7"}},{"before":"e0faa949acbd2a4a4cc24c7c8a9fe15928e053fe","after":"dc082df1ce5e30e4755b32c90ff30c95f5ead493","ref":"refs/heads/main","pushedAt":"2024-05-16T10:58:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"},"commit":{"message":"Merge pull request #545 from jeqo/jeqo/fix-noproxy-causes\n\nfix: extend possible root causes message","shortMessageHtmlLink":"Merge pull request #545 from jeqo/jeqo/fix-noproxy-causes"}},{"before":"ff3473ad362aa2e58734acbaaf9f9160796cadab","after":"262cf592e15f969de0839283b12bf0a8eb49767b","ref":"refs/heads/jeqo/benchmarks-module","pushedAt":"2024-05-16T10:28:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"feat(bench): transform/detransform benchmarks","shortMessageHtmlLink":"feat(bench): transform/detransform benchmarks"}},{"before":"ff7dcc41b7dc22131ceb02118f06af5b0252b233","after":"ff3473ad362aa2e58734acbaaf9f9160796cadab","ref":"refs/heads/jeqo/benchmarks-module","pushedAt":"2024-05-16T10:27:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"feat(bench): transform/detransform benchmarks","shortMessageHtmlLink":"feat(bench): transform/detransform benchmarks"}},{"before":"84403a7f2197040995d381faada5624395aa43a8","after":"ff7dcc41b7dc22131ceb02118f06af5b0252b233","ref":"refs/heads/jeqo/benchmarks-module","pushedAt":"2024-05-16T09:41:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeqo","name":"Jorge Esteban Quilcate Otoya","path":"/jeqo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6180701?s=80&v=4"},"commit":{"message":"chore: add jmh benchmarks module\n\nInclude a new module to host JMH benchmarks from TS plugin components.","shortMessageHtmlLink":"chore: add jmh benchmarks module"}},{"before":"f23a1985f5f9c9389ec278cccebc5ecce1256c6d","after":null,"ref":"refs/heads/dependabot/gradle/commons-io-commons-io-2.16.1","pushedAt":"2024-05-02T10:51:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"}},{"before":"84fcea5023f06120fb8b09c81001f13730954069","after":"e0faa949acbd2a4a4cc24c7c8a9fe15928e053fe","ref":"refs/heads/main","pushedAt":"2024-05-02T10:51:45.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"},"commit":{"message":"Merge pull request #541 from Aiven-Open/dependabot/gradle/commons-io-commons-io-2.16.1\n\nchore(deps): bump commons-io:commons-io from 2.15.1 to 2.16.1","shortMessageHtmlLink":"Merge pull request #541 from Aiven-Open/dependabot/gradle/commons-io-…"}},{"before":"4318cc845b97ac9c3e86eb1f7d089d7960ff7227","after":null,"ref":"refs/heads/dependabot/gradle/testcontainersVersion-1.19.7","pushedAt":"2024-05-02T10:38:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"}},{"before":"b42828385f468923a2641af552d65e5ea6c40a98","after":"84fcea5023f06120fb8b09c81001f13730954069","ref":"refs/heads/main","pushedAt":"2024-05-02T10:38:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"},"commit":{"message":"Merge pull request #542 from Aiven-Open/dependabot/gradle/testcontainersVersion-1.19.7\n\nchore(deps): bump testcontainersVersion from 1.19.4 to 1.19.7","shortMessageHtmlLink":"Merge pull request #542 from Aiven-Open/dependabot/gradle/testcontain…"}},{"before":"001620ee4438789beb3963c5963a11779b9c7b24","after":null,"ref":"refs/heads/dependabot/gradle/jacksonVersion-2.17.0","pushedAt":"2024-05-02T10:24:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"}},{"before":"c32d14aee8b7f388d0cb25d53301e957f42ccecd","after":"b42828385f468923a2641af552d65e5ea6c40a98","ref":"refs/heads/main","pushedAt":"2024-05-02T10:24:38.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"},"commit":{"message":"Merge pull request #540 from Aiven-Open/dependabot/gradle/jacksonVersion-2.17.0\n\nchore(deps): bump jacksonVersion from 2.16.1 to 2.17.0","shortMessageHtmlLink":"Merge pull request #540 from Aiven-Open/dependabot/gradle/jacksonVers…"}},{"before":"f62a4b15a0d76895e2fe3b7db7924cbbf4d751d5","after":null,"ref":"refs/heads/dependabot/gradle/awsSdkVersion-2.25.43","pushedAt":"2024-05-02T10:24:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"}},{"before":"35624e89582df70da134a8c595574d3cb2dd1a04","after":"c32d14aee8b7f388d0cb25d53301e957f42ccecd","ref":"refs/heads/main","pushedAt":"2024-05-02T10:24:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"},"commit":{"message":"Merge pull request #539 from Aiven-Open/dependabot/gradle/awsSdkVersion-2.25.43\n\nchore(deps): bump awsSdkVersion from 2.23.16 to 2.25.43","shortMessageHtmlLink":"Merge pull request #539 from Aiven-Open/dependabot/gradle/awsSdkVersi…"}},{"before":"d6ff864e7a84c53adb7763ec46bfd8a9efc91a68","after":null,"ref":"refs/heads/dependabot/gradle/com.azure-azure-sdk-bom-1.2.23","pushedAt":"2024-05-02T10:23:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"}},{"before":"fb0c2f9a8792114a93475b7b13dc0e2ec373a34a","after":"35624e89582df70da134a8c595574d3cb2dd1a04","ref":"refs/heads/main","pushedAt":"2024-05-02T10:23:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ivanyu","name":"Ivan Yurchenko","path":"/ivanyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2189030?s=80&v=4"},"commit":{"message":"Merge pull request #543 from Aiven-Open/dependabot/gradle/com.azure-azure-sdk-bom-1.2.23\n\nchore(deps): bump com.azure:azure-sdk-bom from 1.2.22 to 1.2.23","shortMessageHtmlLink":"Merge pull request #543 from Aiven-Open/dependabot/gradle/com.azure-a…"}},{"before":null,"after":"d6ff864e7a84c53adb7763ec46bfd8a9efc91a68","ref":"refs/heads/dependabot/gradle/com.azure-azure-sdk-bom-1.2.23","pushedAt":"2024-05-01T22:09:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump com.azure:azure-sdk-bom from 1.2.22 to 1.2.23\n\nBumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java) from 1.2.22 to 1.2.23.\n- [Release notes](https://github.com/azure/azure-sdk-for-java/releases)\n- [Commits](https://github.com/azure/azure-sdk-for-java/compare/azure-sdk-bom_1.2.22...azure-sdk-bom_1.2.23)\n\n---\nupdated-dependencies:\n- dependency-name: com.azure:azure-sdk-bom\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump com.azure:azure-sdk-bom from 1.2.22 to 1.2.23"}},{"before":null,"after":"4318cc845b97ac9c3e86eb1f7d089d7960ff7227","ref":"refs/heads/dependabot/gradle/testcontainersVersion-1.19.7","pushedAt":"2024-05-01T22:08:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump testcontainersVersion from 1.19.4 to 1.19.7\n\nBumps `testcontainersVersion` from 1.19.4 to 1.19.7.\n\nUpdates `org.testcontainers:junit-jupiter` from 1.19.4 to 1.19.7\n- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.7)\n\nUpdates `org.testcontainers:localstack` from 1.19.4 to 1.19.7\n- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.7)\n\nUpdates `org.testcontainers:kafka` from 1.19.4 to 1.19.7\n- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.testcontainers:junit-jupiter\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.testcontainers:localstack\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.testcontainers:kafka\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump testcontainersVersion from 1.19.4 to 1.19.7"}},{"before":null,"after":"f23a1985f5f9c9389ec278cccebc5ecce1256c6d","ref":"refs/heads/dependabot/gradle/commons-io-commons-io-2.16.1","pushedAt":"2024-05-01T22:08:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump commons-io:commons-io from 2.15.1 to 2.16.1\n\nBumps commons-io:commons-io from 2.15.1 to 2.16.1.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump commons-io:commons-io from 2.15.1 to 2.16.1"}},{"before":null,"after":"001620ee4438789beb3963c5963a11779b9c7b24","ref":"refs/heads/dependabot/gradle/jacksonVersion-2.17.0","pushedAt":"2024-05-01T22:08:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump jacksonVersion from 2.16.1 to 2.17.0\n\nBumps `jacksonVersion` from 2.16.1 to 2.17.0.\n\nUpdates `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.17.0\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\nUpdates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.16.1 to 2.17.0\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.core:jackson-databind\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump jacksonVersion from 2.16.1 to 2.17.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUzKCoAA","startCursor":null,"endCursor":null}},"title":"Activity · Aiven-Open/tiered-storage-for-apache-kafka"}