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

docs: Side Inputs proposal #841

Merged
merged 2 commits into from
Jul 11, 2023
Merged

docs: Side Inputs proposal #841

merged 2 commits into from
Jul 11, 2023

Conversation

whynowy
Copy link
Member

@whynowy whynowy commented Jul 10, 2023

Closes: #818

@whynowy whynowy requested a review from vigith as a code owner July 10, 2023 18:17
@vigith
Copy link
Member

vigith commented Jul 10, 2023

do we really need the init-container 😄

@whynowy
Copy link
Member Author

whynowy commented Jul 10, 2023

I believe that will make things easier.

@vigith vigith requested a review from a team July 10, 2023 19:01
@@ -44,7 +44,7 @@ func (b *Builtin) Start(ctx context.Context) error {
if err != nil {
return err
}
server.New().RegisterMapperT(executor).Start(ctx)
server.New().RegisterMapperT(executor).Start(ctx, server.WithMaxMessageSize(1024*1024*64))
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we have this change?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is a missing change of #835.

@whynowy whynowy merged commit 4e5e0d7 into numaproj:main Jul 11, 2023
14 checks passed
@whynowy whynowy deleted the sideinputs branch July 11, 2023 17:43
whynowy added a commit that referenced this pull request Jul 13, 2023
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.

Side Inputs design doc and review.
3 participants