Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code to use less dyn Trait #667

Open
hubcio opened this issue Feb 9, 2024 · 0 comments
Open

Refactor code to use less dyn Trait #667

hubcio opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers sdk Change related to sdk (client) API server iggy-servere related change

Comments

@hubcio
Copy link
Contributor

hubcio commented Feb 9, 2024

No description provided.

@hubcio hubcio added good first issue Good for newcomers server iggy-servere related change sdk Change related to sdk (client) API labels Feb 9, 2024
@haze518 haze518 self-assigned this Jan 13, 2025
spetz pushed a commit that referenced this issue Jan 20, 2025
…es (#1442)

Addresses part of ##667

This PR refactors the codebase to replace the use of dyn Trait for
Encryptor and Persister with enum types (EncryptorKind and
PersisterKind)

Co-authored-by: Hubert Gruszecki <[email protected]>
numinnex pushed a commit that referenced this issue Jan 24, 2025
…es (#1442)

Addresses part of ##667

This PR refactors the codebase to replace the use of dyn Trait for
Encryptor and Persister with enum types (EncryptorKind and
PersisterKind)

Co-authored-by: Hubert Gruszecki <[email protected]>
spetz pushed a commit that referenced this issue Jan 26, 2025
Addresses part of #667

This PR refactors the codebase to replace the use of dyn Trait with
enums for Sender, Archiver, State, Storage, and ConfigProvider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers sdk Change related to sdk (client) API server iggy-servere related change
Projects
None yet
Development

No branches or pull requests

2 participants