close
Skip to content

feat(repo): move iggy-benchmarks-dashboard to monorepo#1769

Merged
hubcio merged 1 commit into
masterfrom
iggy-bench-dashboard
May 10, 2025
Merged

feat(repo): move iggy-benchmarks-dashboard to monorepo#1769
hubcio merged 1 commit into
masterfrom
iggy-bench-dashboard

Conversation

@hubcio
Copy link
Copy Markdown
Contributor

@hubcio hubcio commented May 10, 2025

No description provided.

@hubcio hubcio force-pushed the iggy-bench-dashboard branch 6 times, most recently from f0ce8d9 to ce48352 Compare May 10, 2025 14:05
@hubcio hubcio force-pushed the iggy-bench-dashboard branch from 33b594d to 84f536a Compare May 10, 2025 14:41
@hubcio hubcio merged commit 12bdd2b into master May 10, 2025
37 checks passed
@hubcio hubcio deleted the iggy-bench-dashboard branch May 10, 2025 15:24
@hubcio hubcio restored the iggy-bench-dashboard branch May 10, 2025 15:39
spetz pushed a commit that referenced this pull request May 29, 2025
…ttpClient` (#1803)

## Summary
This PR aims to provide the following things:
* Implement `from_connection_string()` for `QuicClient` and `HttpClient`
* Support PAT for `from_connection_string()`
* Implement Unit Tests for the usage of `from_connection_string()` from
different protocol client
* Refactor `ConnectionString` to make it type-sensitive so different
clients only have to implement their own `*ConnectionOptions` when
trying to support connection string features.
* Move `QuicClientConfig` , `HttpClientConfig` and their related structs to iggy_common

## Discussion
QUIC requires to know client address, which connection string doesn't provide.
Maybe we should try to use some helpers to get it, or we should just
neglect client address when using QUIC with connection string ?

## Related Issue
#1769

---------

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants