[jira] [Resolved] (KAFKA-14743) MessageConversionsTimeMs for fetch request metric is not updated

2023-02-25 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-14743. --- Fix Version/s: 3.5.0 3.4.1 Resolution: Fixed > MessageConversionsTimeMs

Re: [DISCUSS] KIP-641 An new java interface to replace 'kafka.common.MessageReader'

2023-02-25 Thread Chia-Ping Tsai
On 2023/02/25 08:26:28 David Jacot wrote: > Hi Chia-Ping, > > Thanks for the KIP. > > I find the configure method in the proposed interface a bit weird for a few > reasons. First, it has a default implementation which suggests that it is > optional but it is not because the InputStream is

Re: [DISCUSS] KIP-641 An new java interface to replace 'kafka.common.MessageReader'

2023-02-25 Thread David Jacot
Hi Chia-Ping, Thanks for the KIP. I find the configure method in the proposed interface a bit weird for a few reasons. First, it has a default implementation which suggests that it is optional but it is not because the InputStream is required. Second, it diverges from the Configurable interface.