Re: [PR] Implement Web API connector interfaces [beam]

2024-05-30 Thread via GitHub
damondouglas closed pull request #30815: Implement Web API connector interfaces URL: https://github.com/apache/beam/pull/30815 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Implement Web API connector interfaces [beam]

2024-05-30 Thread via GitHub
damondouglas commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2140269585 Closing this after talking with @lostluck . Summary what I got out of the conversation is that the best strategy to expand I/O coverage is to submit an end-to-end I/O using the Go

Re: [PR] Implement Web API connector interfaces [beam]

2024-05-28 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2135068456 Reminder, please take a look at this pr: @riteshghorse @ahmedabu98 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Implement Web API connector interfaces [beam]

2024-05-20 Thread via GitHub
lostluck commented on code in PR #30815: URL: https://github.com/apache/beam/pull/30815#discussion_r1607068419 ## sdks/go/pkg/beam/io/webapi/webapi.go: ## @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more +// contributor license

Re: [PR] Implement Web API connector interfaces [beam]

2024-05-15 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2112367732 Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment `assign to next reviewer`: R:

Re: [PR] Implement Web API connector interfaces [beam]

2024-05-11 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2105726565 Reminder, please take a look at this pr: @jrmccluskey @chamikaramj -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Implement Web API connector interfaces [beam]

2024-05-03 Thread via GitHub
damondouglas commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2093438697 @lostluck This is ready but not urgent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] Implement Web API connector interfaces [beam]

2024-04-22 Thread via GitHub
lostluck commented on code in PR #30815: URL: https://github.com/apache/beam/pull/30815#discussion_r1575206085 ## sdks/go/pkg/beam/io/webapi/doc.go: ## @@ -0,0 +1,57 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more +// contributor license agreements.

Re: [PR] Implement Web API connector interfaces [beam]

2024-04-19 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2066444066 Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment `assign to next reviewer`: R:

Re: [PR] Implement Web API connector interfaces [beam]

2024-04-16 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2058945524 Reminder, please take a look at this pr: @lostluck @Abacn -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Implement Web API connector interfaces [beam]

2024-04-08 Thread via GitHub
codecov-commenter commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2042591781 ## [Codecov](https://app.codecov.io/gh/apache/beam/pull/30815?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

Re: [PR] Implement Web API connector interfaces [beam]

2024-04-08 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2042589105 Reminder, please take a look at this pr: @lostluck @Abacn -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Implement Web API connector interfaces [beam]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2028825137 Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`: R: @lostluck for label go. R: @Abacn for label io.

Re: [PR] Implement Web API connector interfaces [beam]

2024-03-30 Thread via GitHub
codecov[bot] commented on PR #30815: URL: https://github.com/apache/beam/pull/30815#issuecomment-2028509590 ## [Codecov](https://app.codecov.io/gh/apache/beam/pull/30815?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

[PR] Implement Web API connector interfaces [beam]

2024-03-30 Thread via GitHub
damondouglas opened a new pull request, #30815: URL: https://github.com/apache/beam/pull/30815 This PR addresses #30423 with the Web API connector interfaces. A future PR will create the actual transform that processes Web API requests into a response PCollection.