Request for adding into contributors list

2020-04-13 Thread Wong Lucent
Hi, May I add my JIRA ID into the contributors list of Apache kafka. Here is my JIRA profile: Username: LucentWong Full name: Yu Wang Thanks and Best Regards Lucent Wong

回复: Request for adding into contributors list

2020-04-13 Thread Wong Lucent
13, 2020 at 6:45 PM Wong Lucent wrote: > Hi, > > > May I add my JIRA ID into the contributors list of Apache kafka. > > Here is my JIRA profile: > > Username: LucentWong > Full name: Yu Wang > > > Thanks and Best Regards > Lucent Wong >

Request for adding Jira Id into dev list of Apache Kafka

2020-04-13 Thread Wong Lucent
Hi, May I add my JIRA ID into the dev list of Apache kafka. Here is my JIRA profile: Username: LucentWong Full name: Yu Wang Thanks and Best Regards Lucent Wong

Request for adding Jira Id into dev list of Apache Kafka

2020-04-13 Thread Wong Lucent
Hi, May I ask to add my JIRA ID into the dev list of Apache kafka. I hope to provide a fix for this ticket KAFKA-9841 Here is my JIRA profile: Username: LucentWong Full name: Yu Wang Thanks and Best Regards Lucent Wong

The Metrics ReplicationBytesInPerSec does not have label of topic

2022-11-22 Thread Wong Lucent
Hi, I found that the metcis kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec only exposes on allTopicsStates, so that it cannot expose the metrics in Topic level. brokerTopicStats.updateReplicationBytesIn(records.sizeInBytes) def updateReplicationBytesIn(value: Long): Unit = { allTop