Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-14 Thread PoAn Yang
_CONFIG_RESOURCES. > > Thanks, > Andrew > > From: Chia-Ping Tsai > Sent: 04 April 2025 11:03 > To: dev@kafka.apache.org > Subject: Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has > dynamic config > >> chi

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-11 Thread Andrew Schofield
From: Chia-Ping Tsai Sent: 04 April 2025 11:03 To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config > chia_2: We can do the best to improve user experience. For v1 request, if the admin client receives UNSUPPORTED_VERSION er

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-05 Thread PoAn Yang
, "type": "string", "versions": "0+", >> "about": "The resource name." } >>]} >> ] >> } >> >> Then, this could list the group config resources (which is not the same as >> listing the exist

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-04 Thread PoAn Yang
>>> { "name": "ErrorCode", "type": "int16", "versions": "0+", >>>> "about": "The error code, or 0 if there was no error." }, >>>> { "name": "ConfigResources&

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-04 Thread Chia-Ping Tsai
>>>>> { > >>>>> "apiKey": 74, > >>>>> "type": "response", > >>>>> "name": "ListConfigResourcesResponse", > >>>>> "validVersions": "0-1", > &

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-04 Thread PoAn Yang
;>> "validVersions": "0-1", >>>>> "flexibleVersions": "0+", >>>>> "fields": [ >>>>>{ "name": "ThrottleTimeMs", "type": "int32", "versions": "0+&quo

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-03 Thread Chia-Ping Tsai
;, > >>"about": "Each resource in the response.", "fields": [ > >>{ "name": "Name", "type": "string", "versions": "0+", > >> "about": "The res

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-02 Thread Andrew Schofield
r the groups are active or not. Thanks, Andrew Sent from Outlook for Mac From: PoAn Yang Date: Wednesday, 2 April 2025 at 03:11 To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config Hi all, If there is no further discussion, I

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-03-16 Thread PoAn Yang
ich is not the same as > listing the existing groups): > >> bin/kafka-configs.sh --describe --entity-type groups > > And perhaps, this could list the config for the existing groups because it > uses ListGroups to get the list of groups: > >> bin/kafka-configs.sh --describe --e

[DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-03-15 Thread PoAn Yang
Hi all, I would like to start a discussion thread on KIP-1142. Currently, kafka-configs.sh requires explicit group names to describe configurations, which limits flexibility in managing dynamically configured groups. This KIP proposes extending the ListGroups API to include groups that do not

Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-03-14 Thread Andrew Schofield
pe groups --effective The advantage to having ListConfigResources is that it would apply to future resources too without needing additional RPCs. It also lets you distinguish between what's configuration and what's live. Just a random idea for your consideration. AS3: A group which