-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Integration][Kafka] Add consumer groups (#1333)
- Loading branch information
Showing
11 changed files
with
465 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"blueprint": "kafkaConsumerGroup", | ||
"identifier": "local-cluster_conduktor_gateway", | ||
"createdAt": "2025-01-17T14:23:38.182Z", | ||
"updatedBy": "<port-client-id>", | ||
"createdBy": "<port-client-id>", | ||
"icon": null, | ||
"team": [], | ||
"title": "conduktor_gateway", | ||
"relations": { | ||
"cluster": "local-cluster" | ||
}, | ||
"properties": { | ||
"partition_assignor": "range", | ||
"coordinator": null, | ||
"authorized_operations": null, | ||
"is_simple_consumer_group": false, | ||
"members": [ | ||
{ | ||
"assignment": { | ||
"topic_partitions": [ | ||
{ | ||
"partition": 0, | ||
"topic": "_conduktor_gateway_license" | ||
} | ||
] | ||
}, | ||
"host": "172.23.0.6", | ||
"id": "conduktor-gateway_6969-707254dd-d7d6-4e34-9ac9-d868d5fd5f56", | ||
"client_id": "conduktor-gateway_6969" | ||
} | ||
], | ||
"state": "STABLE" | ||
}, | ||
"updatedAt": "2025-01-17T14:23:38.182Z" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"group_id": "_confluent-ksql-default_query_CTAS_PURCHASE_PER_PRODUCT_0", | ||
"state": "EMPTY", | ||
"members": [ | ||
{ | ||
"assignment": { | ||
"topic_partitions": [ | ||
{ | ||
"partition": 0, | ||
"topic": "_conduktor_gateway_license" | ||
} | ||
] | ||
}, | ||
"host": "172.23.0.6", | ||
"id": "conduktor-gateway_6969-707254dd-d7d6-4e34-9ac9-d868d5fd5f56", | ||
"client_id": "conduktor-gateway_6969" | ||
} | ||
], | ||
"cluster_name": "local-cluster", | ||
"coordinator": 0, | ||
"partition_assignor": "range", | ||
"is_simple_consumer_group": false, | ||
"authorized_operations": null | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "kafka" | ||
version = "0.1.113" | ||
version = "0.1.114" | ||
description = "Integration to import information from a Kafka cluster into Port. The integration supports importing metadata regarding the Kafka cluster, brokers and topics." | ||
authors = ["Tal Sabag <[email protected]>"] | ||
|
||
|
Oops, something went wrong.