KAFKA-1369 - snappy version update 1.1.x#31
Closed
thinker0 wants to merge 1 commit into
Closed
Conversation
Member
|
Snappy 1.1.1.7 is now being used. Can you please close this (we cannot close it ourselves with raising a ticket to Apache Infra, unfortunately)? |
ymatsuda
referenced
this pull request
in confluentinc/kafka
Aug 5, 2015
ymatsuda
added a commit
to ymatsuda/kafka
that referenced
this pull request
Sep 3, 2015
no need for RecordCollector to know default serializers
resetius
pushed a commit
to resetius/kafka
that referenced
this pull request
Apr 22, 2016
[LOGBROKER-231] Adopt Kafka-1215 rack patch
hzxa21
pushed a commit
to hzxa21/kafka
that referenced
this pull request
Aug 21, 2019
…updated before new request (apache#6582) (apache#31) TICKET = KAFKA-8052 LI_DESCRIPTION = This will remove intermittent INVALID_FETCH_SESSION_EPOCH errors on fetch requests EXIT_CRITERIA = HASH [012880d] ORIGINAL_DESCRIPTION = Reviewers: Jason Gustafson <jason@confluent.io>, Colin Patrick McCabe <cmccabe@confluent.io>, Andrew Olson <aolson1@cerner.com>, José Armando García Sancio <jsancio@users.noreply.github.com (cherry picked from commit 012880d)
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
This patch adds support for application/json format in the REST API. It is a prerequisite for GUI.
satishd
referenced
this pull request
in satishd/kafka
Mar 2, 2020
* Add local file-system based implementation of RemoteStorageManager. * Add local remote storage verifier.
divijvaidya
added a commit
to divijvaidya/kafka
that referenced
this pull request
May 19, 2022
…ead (apache#31) - Use a more efficient way to obtain leader epoch in RemoteLogManager#read - This is a backport of the changes in obtaining leader epochs from trunk PR apache#11390. Co-authored-by: Christo Lolov <christo_lolov@yahoo.com>
lianetm
added a commit
to lianetm/kafka
that referenced
this pull request
Aug 2, 2023
* KAFKA-15188; [2/N] Clean-up duplicated implementations & unused vars * KAFKA-15188; [3/N] Fix checkstyle errors * KAFKA-15188; [4/N] Fix for updateFetchPositions * Comment back to initial form * Adding TODO for offsets management
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 3, 2025
Test flow: create config file ``` echo bootstrap.servers=localhost:9092 >> /tmp/test.properties ``` create source topic ``` ./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 ``` get topic id ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic quickstart-events ``` create topic link ``` ./bin/kafka-topics.sh --createLink --link my-link --bootstrap-server localhost:9094 --topic foo --cluster-link-config /tmp/test.properties ``` mirror topics ``` ./bin/kafka-topics.sh --createMirror --topic quickstart-events --bootstrap-server localhost:9094 --link my-link --topic-id g_Sgv91CSm-96MJ1CYAOpQ ``` delete source topic ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic quickstart-events ``` The result: ``` ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint quickstart-events-0.b2a5029019384df69e399103577eecc5-delete replication-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties recovery-point-offset-checkpoint ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint recovery-point-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties replication-offset-checkpoint ```
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 6, 2025
Test flow: create config file ``` echo bootstrap.servers=localhost:9092 >> /tmp/test.properties ``` create source topic ``` ./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 ``` get topic id ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic quickstart-events ``` create topic link ``` ./bin/kafka-topics.sh --createLink --link my-link --bootstrap-server localhost:9094 --topic foo --cluster-link-config /tmp/test.properties ``` mirror topics ``` ./bin/kafka-topics.sh --createMirror --topic quickstart-events --bootstrap-server localhost:9094 --link my-link --topic-id g_Sgv91CSm-96MJ1CYAOpQ ``` delete source topic ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic quickstart-events ``` The result: ``` ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint quickstart-events-0.b2a5029019384df69e399103577eecc5-delete replication-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties recovery-point-offset-checkpoint ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint recovery-point-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties replication-offset-checkpoint ```
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 6, 2025
Test flow: create config file ``` echo bootstrap.servers=localhost:9092 >> /tmp/test.properties ``` create source topic ``` ./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 ``` get topic id ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic quickstart-events ``` create topic link ``` ./bin/kafka-topics.sh --createLink --link my-link --bootstrap-server localhost:9094 --topic foo --cluster-link-config /tmp/test.properties ``` mirror topics ``` ./bin/kafka-topics.sh --createMirror --topic quickstart-events --bootstrap-server localhost:9094 --link my-link --topic-id g_Sgv91CSm-96MJ1CYAOpQ ``` delete source topic ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic quickstart-events ``` The result: ``` ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint quickstart-events-0.b2a5029019384df69e399103577eecc5-delete replication-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties recovery-point-offset-checkpoint ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint recovery-point-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties replication-offset-checkpoint ```
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 6, 2025
Test flow: create config file ``` echo bootstrap.servers=localhost:9092 >> /tmp/test.properties ``` create source topic ``` ./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 ``` get topic id ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic quickstart-events ``` create topic link ``` ./bin/kafka-topics.sh --createLink --link my-link --bootstrap-server localhost:9094 --topic foo --cluster-link-config /tmp/test.properties ``` mirror topics ``` ./bin/kafka-topics.sh --createMirror --topic quickstart-events --bootstrap-server localhost:9094 --link my-link --topic-id g_Sgv91CSm-96MJ1CYAOpQ ``` delete source topic ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic quickstart-events ``` The result: ``` ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint quickstart-events-0.b2a5029019384df69e399103577eecc5-delete replication-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties recovery-point-offset-checkpoint ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint recovery-point-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties replication-offset-checkpoint ```
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 7, 2025
Test flow: create config file ``` echo bootstrap.servers=localhost:9092 >> /tmp/test.properties ``` create source topic ``` ./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 ``` get topic id ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic quickstart-events ``` create topic link ``` ./bin/kafka-topics.sh --createLink --link my-link --bootstrap-server localhost:9094 --topic foo --cluster-link-config /tmp/test.properties ``` mirror topics ``` ./bin/kafka-topics.sh --createMirror --topic quickstart-events --bootstrap-server localhost:9094 --link my-link --topic-id g_Sgv91CSm-96MJ1CYAOpQ ``` delete source topic ``` ./bin/kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic quickstart-events ``` The result: ``` ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint quickstart-events-0.b2a5029019384df69e399103577eecc5-delete replication-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties recovery-point-offset-checkpoint ken@ken-huang:/tmp/kafka-bin$ ls ../kraft-combined-logs-2/ bootstrap.checkpoint __cluster_link-0 __cluster_link-2 log-start-offset-checkpoint recovery-point-offset-checkpoint cleaner-offset-checkpoint __cluster_link-1 __cluster_metadata-0 meta.properties replication-offset-checkpoint ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.