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

Unable to import SDK to Envoy with error of multiple definition StatusOr #5

Open
h9jiang opened this issue Aug 20, 2020 · 1 comment
Assignees

Comments

@h9jiang
Copy link
Owner

h9jiang commented Aug 20, 2020

In PR#7, I tried to integrate Cloud Event SDK into Envoy.

Since both Envoy and SDK are using some non-public code of absl lib, there is an error regarding multiple definition of some function within StatusOr.

@h9jiang
Copy link
Owner Author

h9jiang commented Aug 20, 2020

For now, we take the approach that change SDK absl::StatusOr to some other namespace to avoid conflicts with Envoy.

We will need to change our code within SDK and re-integrated SDK again.

@h9jiang h9jiang self-assigned this Aug 20, 2020
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

No branches or pull requests

1 participant