Skip to content

Conversation

@keelerm84
Copy link
Member

Convert feature requester and polling data source to use the generic HttpTransport trait instead of hyper Client directly.

  • Replace HyperFeatureRequester with HttpFeatureRequester
  • Replace HyperFeatureRequesterBuilder with HttpFeatureRequesterBuilder
  • Update PollingDataSourceBuilder to accept transport
  • Stream and collect response body for JSON parsing
  • Remove hyper-specific imports and trait bounds
  • Update test helpers to use HyperTransport

BREAKING CHANGE: PollingDataSourceBuilder generic parameter
changed from connector (C) to transport (T: HttpTransport).

Convert feature requester and polling data source to use the
generic HttpTransport trait instead of hyper Client directly.

- Replace HyperFeatureRequester<C> with HttpFeatureRequester<T>
- Replace HyperFeatureRequesterBuilder with HttpFeatureRequesterBuilder
- Update PollingDataSourceBuilder to accept transport
- Stream and collect response body for JSON parsing
- Remove hyper-specific imports and trait bounds
- Update test helpers to use HyperTransport

BREAKING CHANGE: PollingDataSourceBuilder generic parameter
changed from connector (C) to transport (T: HttpTransport).

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@keelerm84 keelerm84 requested a review from a team as a code owner January 13, 2026 15:47
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