Skip to content

Conversation

Alberne
Copy link
Contributor

@Alberne Alberne commented Sep 10, 2025

Purpose of this pull request

fix issue #9500
[Improve][Connector-V2][Http] Http source supports user-defined custom signature algorithms for authentication

Does this PR introduce any user-facing change?

NO

How was this patch tested?

  • test unit
  • e2e test

Check list

@Alberne
Copy link
Contributor Author

Alberne commented Sep 10, 2025

hi @Hisoka-X please review code!

public void pollAndCollectData(Collector<SeaTunnelRow> output) throws Exception {

// before request should process http signature
if (needHttpSignature) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The HttpSourceReader and HttpSource may in different node. So we can't direct use field in HttpSource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants