Skip to content

fix: architecture detection for Kafka heap options#21747

Open
yunnysunny wants to merge 1 commit intoapache:trunkfrom
yunnysunny:patch-1
Open

fix: architecture detection for Kafka heap options#21747
yunnysunny wants to merge 1 commit intoapache:trunkfrom
yunnysunny:patch-1

Conversation

@yunnysunny
Copy link

Starting with Windows 11 version 25H2, Microsoft has completely removed the legacy WMIC (Windows Management Instrumentation Command-line) utility from the operating system.
Many legacy batch scripts used WMIC to determine whether the operating system is 32-bit or 64-bit, for example:
textwmic os get osarchitecture
or similar commands to query system properties.
Since WMIC is no longer available, these commands will fail.

@github-actions github-actions bot added triage PRs from the community small Small PRs labels Mar 13, 2026
Copy link
Contributor

@akhileshchg akhileshchg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot removed the triage PRs from the community label Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

small Small PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants