Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

frankvicky/kafka

frankvicky created a branch on frankvicky/kafka

KAFKA-16758 - Mirror of Apache Kafka

frankvicky pushed 1 commit to KAFKA-17837 frankvicky/kafka
  • KAFKA-17837: Address comments e2e7f4d

View on GitHub

frankvicky created a branch on frankvicky/kafka

fix-consumer-network-thread-doc - Mirror of Apache Kafka

frankvicky pushed 38 commits to KAFKA-17837 frankvicky/kafka
  • MINOR: Log at info level when pending member joins a group (#17495) When a dynamic member joins a group, it sends tw... 6e8df29
  • KAFKA-17545: Removing process fetch queue (#17534) The PR removed the process fetch queue as we have moved to share ... 7efbed4
  • KAFKA-17794: Add some formatting safeguards for KIP-853 (#17504) KIP-853 adds support for dynamic KRaft quorums. Thi... e3751a8
  • KAFKA-17031: Make RLM thread pool configurations public and fix default handling (#17499) According to KIP-950, remo... 84ab3b9
  • KAFKa-16331: remove EOSv1 support for getting clientInstanceIds (#17521) With EOSv1 removed, we don't need to collec... f30f2d0
  • KAFKA-17272 [2/2]: System tests for protocol migration (#17503) This patch adds `consumer_protocol_migration_test.py... 243e8e2
  • KAFKA-17844: Complete share fetch request on exception (#17566) The PR adds test cases and minor fix to complete sh... cfa2edc
  • KAFKA-17839 DescribeConsumerGroupTest doesn't really test different arguments (#17556) Reviewers: Chia-Ping Tsai <ch... 54a83c5
  • MINOR: Remove unused method in BrokerRegistration (#17568) Reviewers: Chia-Ping Tsai <[email protected]> edb623c
  • MINOR: Fix duplicate condition in ReadOnlyWindowStoreStub (#17540) Reviewers: Ken Huang <[email protected]>, Chia-P... 1c40587
  • MINOR: Fix other tools' formatting in documentation (#17572) Reviewers: Luke Chen <[email protected]>, Chia-Ping Tsa... d705be0
  • KAFKA-17686 AsyncKafkaConsumer.offsetsForTimes() fails with NullPointerException (#17353) The code to convert the Ma... d36eb9e
  • KAFKA-17813: Moving broker endpoint class and common server connection id (#17519) Reviewers: Chia-Ping Tsai <chia... 25a3590
  • KAFKA-17526 make ConfigCommandIntegrationTest.java test use correct arguments in testing alias (#17201) Reviewers: C... 9cbb3f0
  • KAFKA-17852 Add help message to the --ignore-formatted flag of StorageTool (#17577) Reviewers: Chia-Ping Tsai <chia7... 9d65ff8
  • KAFKA-17600: Add nextOffsets to the ConsumerRecords (#17414) This PR implements KIP-1094. Reviewers: Andrew Schof... 14a098b
  • KAFKA-17614: Remove AclAuthorizer (#17424) Reviewers: Mickael Maison <[email protected]> 2d896d9
  • KAFKA-17568 Rewrite TestPurgatoryPerformance by Java (#17246) Reviewers: Chia-Ping Tsai <[email protected]> 2ff1397
  • MINOR: Fix coordinator logging in system tests (#17585) Reviewers: Jeff Kim <[email protected]>, Chia-Ping Tsai ... a96cc6a
  • MINOR: add controller-related tests to metadataQuorumCommandTest (#17486) Reviewers: Chia-Ping Tsai <chia7712@gmail.... 661bed2
  • and 18 more ...

View on GitHub

frankvicky pushed 42 commits to KAFKA-17116-new frankvicky/kafka
  • MINOR: Add missing extention to tools commands (#17548) Reviewers: Chia-Ping Tsai <[email protected]> 7aaffed
  • KAFKA-17838 Move the log4j.properties from resources/test to resources(#17551) Reviewers: Chia-Ping Tsai <chia7712@g... 57abfc2
  • KAFKA-17476 Delete kafka.common.OffsetAndMetadata (#17553) Reviewers: Chia-Ping Tsai <[email protected]> b54f0c1
  • KAFKA-17818 add log4j.properties to test-common and test-common-api (#17550) Reviewers: Chia-Ping Tsai <chia7712@gma... 6d804ce
  • KAFKA-17639 Add Java 23 to CI build matrix (#17409) Reviewers: Chia-Ping Tsai <[email protected]> 76a9df4
  • KAFKA-17841 Use placeholders instead of string concatenation in logs (#17557) Reviewers: Chia-Ping Tsai <chia7712@gm... 25e8e4c
  • MINOR: Log at info level when pending member joins a group (#17495) When a dynamic member joins a group, it sends tw... 6e8df29
  • KAFKA-17545: Removing process fetch queue (#17534) The PR removed the process fetch queue as we have moved to share ... 7efbed4
  • KAFKA-17794: Add some formatting safeguards for KIP-853 (#17504) KIP-853 adds support for dynamic KRaft quorums. Thi... e3751a8
  • KAFKA-17031: Make RLM thread pool configurations public and fix default handling (#17499) According to KIP-950, remo... 84ab3b9
  • KAFKa-16331: remove EOSv1 support for getting clientInstanceIds (#17521) With EOSv1 removed, we don't need to collec... f30f2d0
  • KAFKA-17272 [2/2]: System tests for protocol migration (#17503) This patch adds `consumer_protocol_migration_test.py... 243e8e2
  • KAFKA-17844: Complete share fetch request on exception (#17566) The PR adds test cases and minor fix to complete sh... cfa2edc
  • KAFKA-17839 DescribeConsumerGroupTest doesn't really test different arguments (#17556) Reviewers: Chia-Ping Tsai <ch... 54a83c5
  • MINOR: Remove unused method in BrokerRegistration (#17568) Reviewers: Chia-Ping Tsai <[email protected]> edb623c
  • MINOR: Fix duplicate condition in ReadOnlyWindowStoreStub (#17540) Reviewers: Ken Huang <[email protected]>, Chia-P... 1c40587
  • MINOR: Fix other tools' formatting in documentation (#17572) Reviewers: Luke Chen <[email protected]>, Chia-Ping Tsa... d705be0
  • KAFKA-17686 AsyncKafkaConsumer.offsetsForTimes() fails with NullPointerException (#17353) The code to convert the Ma... d36eb9e
  • KAFKA-17813: Moving broker endpoint class and common server connection id (#17519) Reviewers: Chia-Ping Tsai <chia... 25a3590
  • KAFKA-17526 make ConfigCommandIntegrationTest.java test use correct arguments in testing alias (#17201) Reviewers: C... 9cbb3f0
  • and 22 more ...

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17716: Revert changes 8536fb0

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: Address comments and update comments 228c8b9

View on GitHub

frankvicky pushed 2 commits to KAFKA-9366 frankvicky/kafka
  • KAFKA-8779 Fix flaky tests introduced by dynamic log levels (#17382) Reviewers: Chia-Ping Tsai <[email protected]> 140d35c
  • Merge branch 'trunk' into KAFKA-9366 6dc14fd

View on GitHub

frankvicky pushed 95 commits to KAFKA-9366 frankvicky/kafka
  • MINOR: fix some GHA run syntax (#17471) Reviewers: Chia-Ping Tsai <[email protected]> d66d808
  • MINOR: Adjust maximum value of group.share.record.lock.duration.ms (#17472) Reviewers: Chia-Ping Tsai <chia7712@gmai... fef105e
  • KAFKA-17199 Add UT for TransactionLogConfig and TransactionStateManagerConfig (#17442) Reviewers: Ken Huang <s713370... d74f1f8
  • MINOR: clean up GHA names (#17470) Reviewers: Chia-Ping Tsai <[email protected]> ca42226
  • KAFKA-17722 Fix "this-escape" compiler warnings (BrokerTopicMetrics) for JDK 23 (#17439) Reviewers: Chia-Ping Tsai <... a880c84
  • MINOR: Fix transactionPartitionVerificationEnable return type (#17476) Reviewers: Chia-Ping Tsai <[email protected]> 4529cc4
  • KAFKA-17763 Remove Utils.covariantCast and use var for type inference (#17468) Reviewers: Chia-Ping Tsai <chia7712@g... d55b4e6
  • KAFKA-17746 Replace JavaConverters with CollectionConverters (#17451) Reviewers: Chia-Ping Tsai <[email protected]> 76a1af9
  • MINOR: Delete BaseConsumerRecord (#17496) Reviewers: Chia-Ping Tsai <[email protected]> f3b9c5f
  • KAFKA-17765 Remove TestUtils.toSet (#17479) Reviewers: TengYao Chi <[email protected]>, Chia-Ping Tsai <chia7712@g... a51eec1
  • KAFKA-17374 add bootstrap.controller to kafka-reassign-partitions.sh (#16964) Reviewers: Chia-Ping Tsai <chia7712@gm... 203f323
  • KAFKA-17693 Remove testEarliestLocalTimestampVersion and testCheckLatestTieredTimestampVersion (#17456) Reviewers: T... 1e5b6b8
  • KAFKA-17748 Remove scala-java8-compat (#17497) Reviewers: Chia-Ping Tsai <[email protected]> 582bb48
  • MINOR: remove unused method in IntegrationTestUtils (#17469) Reviewers: Chia-Ping Tsai <[email protected]> aa6460d
  • KAFKA-17633: Add share group record formatter and parser. (#17467) As part of KIP-932, a new internal topic __share_... 5545d71
  • KAFKA-17769 Fix flaky PlaintextConsumerSubscriptionTest.testSubscribeInvalidTopicCanUnsubscribe (#17490) Reviewers: ... 676228c
  • KAFKA-17756: Added dynamic share group configs share.heartbeat.interval.ms and share.session.timeout.ms (#17450) Thi... d8b15ec
  • MINOR: Cleanups in SharePartitionTest (#17464) Reviewers: Mickael Maison <[email protected]>, Andrew Schofi... 491395e
  • KAFKA-15859: Complete delayed RemoteListOffsets requests when replica moves away from broker (#17487) Removed the Li... 604564c
  • KAFKA-17536; Ensure clear error message when new consumer used with incompatible cluster (#17411) In Kafka 4.0, by d... 8e54a04
  • and 75 more ...

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: Address comments b895072

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: Address comments 87dd556

View on GitHub

frankvicky pushed 1 commit to KAFKA-9366 frankvicky/kafka
  • KAFKA-9366: Revert the line break d1ed1d2

View on GitHub

frankvicky pushed 3 commits to KAFKA-9366 frankvicky/kafka
  • KAFKA-9366: update build.gradle for lib reference dfdcb1c
  • KAFKA-9366: Remove unnecessary semicolon ae45089
  • KAFKA-9366: Revert the line break 13e3536

View on GitHub

frankvicky created a branch on frankvicky/kafka

testutils-verifyTopicDeletion-correction - Mirror of Apache Kafka

frankvicky pushed 1 commit to KAFKA-17860 frankvicky/kafka
  • KAFKA-17860: Update upgrade.html 5ea5b15

View on GitHub

frankvicky pushed 3 commits to KAFKA-9366 frankvicky/kafka
  • KAFKA-9366: Address comments for core module 84c467c
  • KAFKA-9366: Address comments for tools module 32ae43c
  • KAFKA-9366: upgrade trogdor to log4j2 ae77d17

View on GitHub

frankvicky created a branch on frankvicky/kafka

KAFKA-17860 - Mirror of Apache Kafka

frankvicky pushed 1 commit to KAFKA-17837 frankvicky/kafka

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: address comments 21bf3ad

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: address comments b521dd0

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: address comments c4c8b0c

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: address comments 9348e75

View on GitHub

frankvicky pushed 1 commit to KAFKA-17116-new frankvicky/kafka
  • KAFKA-17116: address comments 297af8c

View on GitHub

frankvicky pushed 1 commit to KAFKA-17837 frankvicky/kafka

View on GitHub

frankvicky created a branch on frankvicky/kafka

KAFKA-17837 - Mirror of Apache Kafka

frankvicky created a branch on frankvicky/kafka

KAFKA-15588 - Mirror of Apache Kafka

frankvicky pushed 6 commits to trunk frankvicky/kafka
  • MINOR: Add missing extention to tools commands (#17548) Reviewers: Chia-Ping Tsai <[email protected]> 7aaffed
  • KAFKA-17838 Move the log4j.properties from resources/test to resources(#17551) Reviewers: Chia-Ping Tsai <chia7712@g... 57abfc2
  • KAFKA-17476 Delete kafka.common.OffsetAndMetadata (#17553) Reviewers: Chia-Ping Tsai <[email protected]> b54f0c1
  • KAFKA-17818 add log4j.properties to test-common and test-common-api (#17550) Reviewers: Chia-Ping Tsai <chia7712@gma... 6d804ce
  • KAFKA-17639 Add Java 23 to CI build matrix (#17409) Reviewers: Chia-Ping Tsai <[email protected]> 76a9df4
  • KAFKA-17841 Use placeholders instead of string concatenation in logs (#17557) Reviewers: Chia-Ping Tsai <chia7712@gm... 25e8e4c

View on GitHub

frankvicky pushed 126 commits to KAFKA-17526 frankvicky/kafka
  • MINOR: the label action can't parse content having time format specifications (#17384) Reviewers: David Arthur <mumr... e89fc4f
  • KAFKA-17529 Remove blacklist from MM2 (#17202) Reviewers: Chia-Ping Tsai <[email protected]> 9e809be
  • KAFKA-17695 cleanup org.apache.kafka.common.test.TestUtils (#17364) Reviewers: Chia-Ping Tsai <[email protected]> 2beadc8
  • KAFKA-17664: Added check before sending background event after ShareAcknowledge (#17332) What Currently, we prepare... 7c34cf6
  • KAFKA-17564 Move BrokerFeatures to server module (#17228) Reviewers: TengYao Chi <[email protected]>, Chia-Ping Ts... 10a0905
  • KAFKA-17618; group consumer heartbeat interval should be less than session timeout (#17281) This patch ensures that ... 18a584c
  • KAFKA-17317; Validate and maybe trigger downgrade after static member replacement (#17306) This implementation does... 366aa10
  • KAFKA-14577: Move ConsoleProducer to tools module (#17157) Reviewers: Mickael Maison <[email protected]>, F... 672c617
  • KAFKA-17707 Remove zk from BaseConsumerTest (#17383) Reviewers: Chia-Ping Tsai <[email protected]> d065337
  • KAFKA-14705: Move topic filters to tools module (#17387) After MirrorMaker 1 removal, there are no other modules dep... 8dbbf5e
  • KAFKA-14705: Remove redirections and unused tools (#17386) Reviewers: Mickael Maison <[email protected]> 3f2cb55
  • KAFKA-17711: Minor cleanup changes in ShareConsumeRequestManager (#17392) What Minor cleanup and javadoc changes in... 8637b6a
  • MINRO: fix stream-stream-join semantic example from 10s window to 15s (#17379) Reviewers: Matthias J. Sax <matthias@... 46b6147
  • KAFKA-17709: Remove unused retry_zinc script (#17395) Reviewers: David Arthur <[email protected]> 2c85b11
  • KAFKA-17248: Add reporter for getting client metrics into telemetry pipeline and test [3/N] (#17377) This PR adds a ... dbc0e9a
  • KAFKA-16331: Remove KafkaClientSupplier from unit tests (#17330) We don't pass in a client-supplier into `StreamsPro... ccdf176
  • KAFKA-17624 Remove the E2E uses of accessing ACLs from zk (#17338) Reviewers: Chia-Ping Tsai <[email protected]> 2733268
  • MINOR Fixup KIP-932 label paths (#17393) Reviewers: Justine Olshan <[email protected]> a36d9ba
  • HOTFIX: fix build error of TopicCommand (#17401) Reviewers: Chia-Ping Tsai <[email protected]> 2805b42
  • KAFKA-17385 Remove authorizer, authorizer-properties, zk-tls-config-file in AclCommand (#17224) Reviewers: Mickael M... 8db86c6
  • and 106 more ...

View on GitHub

frankvicky pushed 106 commits to KAFKA-16907 frankvicky/kafka
  • MINOR: Small cleanup in ToolsUtils (#17388) Reviewers: Chia-Ping Tsai <[email protected]> e124e06
  • MINOR: Remove hamcrest from connect:runtime, raft and server-common (#17394) Reviewers: David Arthur <mumrah@gmail... 5624bc7
  • KAFKA-14158: Remove auto.include.jmx.reporter configuration (#17360) Reviewers: Chia-Ping Tsai <[email protected]> 3815339
  • KAFKA-17287: Added integration tests for ShareConsumer (#17009) Reviewers: Andrew Schofield <[email protected]... 374663c
  • KAFKA-15908: Remove deprecated Consumer.poll(long timeout) (#17368) Reviewers: Chia-Ping Tsai <[email protected]>, ... 284a3db
  • MINOR Consolidate junit-platform.properties (#17399) Reviewers: Chia-Ping Tsai <[email protected]> 51482fa
  • MINOR: Ensure CI runs on weekends (#17396) Reviewers: Chia-Ping Tsai <[email protected]> 0fc1529
  • Revert "MINOR: Ensure CI runs on weekends (#17396)" This reverts commit 0fc1529c12ade6a8926edf35db64afa470632967. 8ebb9d8
  • KAFKA-17505: New consumer seekToBeginning/End should run in background thread (#17230) Reviewers: Chia-Ping Tsai <ch... 435e985
  • KAFKA-16331: Remove task producers from Kafka Streams (#17344) With EOSv1 removal, we don't have producer-per-task a... 8d186bf
  • KAFKA-17735: release.py must not use home.apache.org (#17421) Previously, Apache Kafka was uploading release candida... fa936e7
  • MINOR Run CI on weekends (fixed) (#17419) Reviewers: Chia-Ping Tsai <[email protected]> a7cee45
  • KAFKA-17720 Remove zookeeper_migration_test.py and migration-related functions in kafka.py (#17410) Reviewers: Chia-... a6bce45
  • KAFKA-17655 add example of changing the e2e image name (#17408) Reviewers: Chia-Ping Tsai <[email protected]> 7592bc3
  • KAFKA-14705 Remove deprecated classes and options in tools (#17420) Reviewers: Chia-Ping Tsai <[email protected]> 2836f7a
  • KAFKA-17729: Remove ZK from AuthorizerBenchmark, CheckpointBench and PartitionCreationBench (#17415) Reviewers: Chia... 07cafdd
  • KAFKA-17005; Online protocol migration integration tests (#16881) The patch adds integration tests for kip-848 onlin... 48e2176
  • KAFKA-16896 upgrade spotless version after we drop JDK8 (#17423) Reviewers: Chia-Ping Tsai <[email protected]> 91390a9
  • MINOR: Fix typo and refactor new group coordinator tests (#17072) This patch fixes a few things: * Typos. * Merge ... bb6ebd8
  • KAFKA-17703: Moved DelayedActionsQueue outside DelayedShareFetch (#17380) Move ActionQueue outside DelayedShareFetch... 8125c3d
  • and 86 more ...

View on GitHub

frankvicky pushed 106 commits to KAFKA-17668 frankvicky/kafka
  • MINOR: Small cleanup in ToolsUtils (#17388) Reviewers: Chia-Ping Tsai <[email protected]> e124e06
  • MINOR: Remove hamcrest from connect:runtime, raft and server-common (#17394) Reviewers: David Arthur <mumrah@gmail... 5624bc7
  • KAFKA-14158: Remove auto.include.jmx.reporter configuration (#17360) Reviewers: Chia-Ping Tsai <[email protected]> 3815339
  • KAFKA-17287: Added integration tests for ShareConsumer (#17009) Reviewers: Andrew Schofield <[email protected]... 374663c
  • KAFKA-15908: Remove deprecated Consumer.poll(long timeout) (#17368) Reviewers: Chia-Ping Tsai <[email protected]>, ... 284a3db
  • MINOR Consolidate junit-platform.properties (#17399) Reviewers: Chia-Ping Tsai <[email protected]> 51482fa
  • MINOR: Ensure CI runs on weekends (#17396) Reviewers: Chia-Ping Tsai <[email protected]> 0fc1529
  • Revert "MINOR: Ensure CI runs on weekends (#17396)" This reverts commit 0fc1529c12ade6a8926edf35db64afa470632967. 8ebb9d8
  • KAFKA-17505: New consumer seekToBeginning/End should run in background thread (#17230) Reviewers: Chia-Ping Tsai <ch... 435e985
  • KAFKA-16331: Remove task producers from Kafka Streams (#17344) With EOSv1 removal, we don't have producer-per-task a... 8d186bf
  • KAFKA-17735: release.py must not use home.apache.org (#17421) Previously, Apache Kafka was uploading release candida... fa936e7
  • MINOR Run CI on weekends (fixed) (#17419) Reviewers: Chia-Ping Tsai <[email protected]> a7cee45
  • KAFKA-17720 Remove zookeeper_migration_test.py and migration-related functions in kafka.py (#17410) Reviewers: Chia-... a6bce45
  • KAFKA-17655 add example of changing the e2e image name (#17408) Reviewers: Chia-Ping Tsai <[email protected]> 7592bc3
  • KAFKA-14705 Remove deprecated classes and options in tools (#17420) Reviewers: Chia-Ping Tsai <[email protected]> 2836f7a
  • KAFKA-17729: Remove ZK from AuthorizerBenchmark, CheckpointBench and PartitionCreationBench (#17415) Reviewers: Chia... 07cafdd
  • KAFKA-17005; Online protocol migration integration tests (#16881) The patch adds integration tests for kip-848 onlin... 48e2176
  • KAFKA-16896 upgrade spotless version after we drop JDK8 (#17423) Reviewers: Chia-Ping Tsai <[email protected]> 91390a9
  • MINOR: Fix typo and refactor new group coordinator tests (#17072) This patch fixes a few things: * Typos. * Merge ... bb6ebd8
  • KAFKA-17703: Moved DelayedActionsQueue outside DelayedShareFetch (#17380) Move ActionQueue outside DelayedShareFetch... 8125c3d
  • and 86 more ...

View on GitHub

Load more