Skip to content

Commit

Permalink
feat: support kafka upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed May 12, 2022
1 parent 0d25431 commit a8eca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/schema_def.lua
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ local upstream_schema = {
},
scheme = {
default = "http",
enum = {"grpc", "grpcs", "http", "https", "tcp", "tls", "udp"},
enum = {"grpc", "grpcs", "http", "https", "tcp", "tls", "udp", "kafka"},
description = "The scheme of the upstream." ..
" For L7 proxy, it can be one of grpc/grpcs/http/https." ..
" For L4 proxy, it can be one of tcp/tls/udp."
Expand Down

0 comments on commit a8eca0a

Please sign in to comment.