Skip to content

Add VPC(Virtual Private Cloud)support for go sdk#402

Closed
xixiss wants to merge 9 commits intoapache:masterfrom
xixiss:master
Closed

Add VPC(Virtual Private Cloud)support for go sdk#402
xixiss wants to merge 9 commits intoapache:masterfrom
xixiss:master

Conversation

@xixiss
Copy link

@xixiss xixiss commented Nov 30, 2020

Motivation

Add listenerName field in ClientOptions to support VPC(Virtual Private Cloud)net mode in cloud environment when create client.Then sdk can use vpc mode when lookup for topics.

Modifications

  • add "listenerName" in ClientOptions
  • Add corresponding fields when lookup

@wolfstudy wolfstudy requested review from merlimat and wolfstudy and removed request for merlimat December 2, 2020 02:22
@wolfstudy wolfstudy added this to the 0.4.0 milestone Dec 2, 2020
Copy link
Member

@wolfstudy wolfstudy left a comment

Choose a reason for hiding this comment

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

Thanks @xixiss work for this, can you merge master code and fix the Action CI? Please make sure the CI is OK.

@wolfstudy
Copy link
Member

@xixiss Move this change to 0.5.0

@wolfstudy wolfstudy modified the milestones: 0.4.0, 0.5.0 Feb 9, 2021
RequestId: proto.Uint64(1),
Topic: proto.String("my-topic"),
Authoritative: proto.Bool(false),
AdvertisedListenerName: proto.String(""),
Copy link
Member

Choose a reason for hiding this comment

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

@xixiss Can you add new test case for this change? This test case is used to cover other scenarios, please do not verify our own logic in this test case.

@wolfstudy wolfstudy closed this Apr 6, 2021
@merlimat merlimat removed this from the 0.5.0 milestone May 13, 2021
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.

3 participants