-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
enhancementA change that improves our (or users) QoLA change that improves our (or users) QoLgood first issueGood for newcomersGood for newcomers
Description
Verify that iggy-bench accepts hostnames like localhost:8090 instead of just IP addresses. If it doesn't work, fix the validation or DNS resolution.
What to focus on:
- Test current behavior first — the issue might not exist
- Check SDK client configs for overly strict address validation
- If broken, fix DNS resolution rather than hardcoding IP-only validation
Done when iggy-bench pp tcp --server-address localhost:8090 works and a test confirms it.
Open questions:
- Does the issue actually exist?
- Is the problem in bench argument parsing or SDK client connection logic?
Nice to have: instead of server addr + port, make iggy-bench accept connection string, just like iggy CLI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementA change that improves our (or users) QoLA change that improves our (or users) QoLgood first issueGood for newcomersGood for newcomers