[
https://issues.apache.org/jira/browse/GOBBLIN-1876?focusedWorklogId=876240&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-876240
]
ASF GitHub Bot logged work on GOBBLIN-1876:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Aug/23 00:50
Start Date: 15/Aug/23 00:50
Worklog Time Spent: 10m
Work Description: homatthew commented on code in PR #3738:
URL: https://github.com/apache/gobblin/pull/3738#discussion_r1294090815
##########
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/KafkaExtractor.java:
##########
@@ -337,4 +340,24 @@ public void close() throws IOException {
public long getHighWatermark() {
return 0;
}
+
+ public static String getKafkaBrokerSimpleName(State state) {
Review Comment:
I made this public because I think it's useful to reference this method when
building adhoc tooling that wants to re-use this new kafka simple name map
Issue Time Tracking
-------------------
Worklog Id: (was: 876240)
Time Spent: 20m (was: 10m)
> Kafka source / extractor utility to get a simple name for kafka brokers
> -----------------------------------------------------------------------
>
> Key: GOBBLIN-1876
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1876
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Matthew Ho
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This utility can be used to write human readable names for the URIs that can
> be used in Gobblin tracking events, Gobblin Metadata Change Events
--
This message was sent by Atlassian Jira
(v8.20.10#820010)