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: SessionStateExt and SessionConfigExt #1130

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

milenkovicm
Copy link
Contributor

Which issue does this PR close?

Closes none.

Rationale for this change

separation of concerns of internal modules and reducing public api removing methods not commonly ysed

What changes are included in this PR?

refactor SessionStateExt and SessionConfigExt moving them out from util to their own module as
util is too busy, also it will align with naming in used in client.

also, split SessionConfigExt to SessionConfigExt and SessionConfigHelperExt. SessionConfigExt
will stay user facing, SessionConfigHelperExt will be used internally. This reduces ballista
client public API

Are there any user-facing changes?

No

moving them out from util to their own module as
util is too busy, also it will align with naming
in used in client.

also, split `SessionConfigExt` to `SessionConfigExt`
and `SessionConfigHelperExt`. `SessionConfigExt`
will stay user facing, `SessionConfigHelperExt`
will be used internally. This reduces ballista
client public api
@andygrove andygrove merged commit 8b10bd1 into apache:main Nov 24, 2024
15 checks passed
@milenkovicm milenkovicm deleted the refactor_extensions branch November 26, 2024 09:10
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.

2 participants