From be0167b4920f2406f53f326780fff2f7633734d7 Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 28 Jun 2023 10:41:00 -0700 Subject: [PATCH] Update go.mdx --- website/content/docs/connect/native/go.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/connect/native/go.mdx b/website/content/docs/connect/native/go.mdx index 2e8904f9e3..7c04b499bf 100644 --- a/website/content/docs/connect/native/go.mdx +++ b/website/content/docs/connect/native/go.mdx @@ -7,8 +7,10 @@ description: >- # Service Mesh Native Integration for Go Applications --> **Note:** The Connect Native golang SDK is currently deprecated and will be removed in a future Consul release. + +The Connect Native golang SDK is currently deprecated and will be removed in a future Consul release. The eventual removal of the SDK is dependent on the delivery of proxyless GRPC via XDS which is tracked on [GH-10339](https://github.com/hashicorp/consul/issues/10339). + We provide a library that makes it drop-in simple to integrate Consul service mesh with most [Go](https://golang.org/) applications. This page shows examples