After upgrading from 0.25.0 to 0.25.1, deleting a topic no longer works as expected. The data is removed, but the topic still appears in the UI. I see the warnings below in the logs.
2024-10-21 11:04:37,631 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-8
2024-10-21 11:04:37,631 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-6
2024-10-21 11:04:37,631 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-3
2024-10-21 11:04:37,632 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-8
2024-10-21 11:04:37,632 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-6
2024-10-21 11:04:37,632 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-3
2024-10-21 11:04:37,632 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-8
2024-10-21 11:04:37,632 WARN io-executor-thread-29 o.a.k.c.c.internals.AbstractFetch [Consumer clientId=consumer-null-351, groupId=null] Received unknown topic ID error in fetch for partition out.staging.fitease.onboarding_events-6
Our cluster has 4 broker and default partition number is 10.
Hi.
After upgrading from 0.25.0 to 0.25.1, deleting a topic no longer works as expected. The data is removed, but the topic still appears in the UI. I see the warnings below in the logs.
Our cluster has 4 broker and default partition number is 10.