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

Set subscription type according to related parameters #592

Merged
merged 4 commits into from
Mar 1, 2023

Conversation

jiangpengcheng
Copy link
Member

@jiangpengcheng jiangpengcheng commented Mar 1, 2023

(If this PR fixes a github issue, please add Fixes #<xyz>.)

Fixes #591

Motivation

Explain here the context, and why you're making that change. What is the problem you're trying to solve.

Modifications

Describe the modifications you've done.

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Documentation

Check the box below.

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

@jiangpengcheng jiangpengcheng requested review from nlu90, freeznet and a team as code owners March 1, 2023 01:53
@github-actions github-actions bot added the no-need-doc This pr does not need any document label Mar 1, 2023
Copy link
Member

@freeznet freeznet left a comment

Choose a reason for hiding this comment

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

lgtm, but this PR introduced new field in Sink resource, the doc required label should be marked.

@github-actions github-actions bot added doc-required This pr needs a document and removed no-need-doc This pr does not need any document labels Mar 1, 2023
@nlu90 nlu90 merged commit c1d8816 into streamnative:master Mar 1, 2023
jiangpengcheng added a commit to jiangpengcheng/function-mesh that referenced this pull request Mar 3, 2023
* Set subscription type according to related parameters

* Generate charts

* Remove hard cord

* Pass retainOrdering&retainKeyOrdering to sink details
@Huanli-Meng Huanli-Meng added doc-added and removed doc-required This pr needs a document labels Mar 6, 2023
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.

Failed to set the subType to FAILOVER or KEY_SHARED
4 participants