Skip to content

Commit

Permalink
Disable websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Nov 28, 2024
1 parent 1a6e856 commit 02a621a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloud/apikey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ resource "streamnative_pulsar_cluster" "test-api-key-pulsar-cluster" {
location = "%s"
release_channel = "%s"
config {
websocket_enabled = true
function_enabled = false
transaction_enabled = false
protocols {
Expand Down
1 change: 0 additions & 1 deletion cloud/pulsar_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ resource "streamnative_pulsar_cluster" "test-pulsar-cluster" {
location = "%s"
release_channel = "%s"
config {
websocket_enabled = true
function_enabled = false
transaction_enabled = false
protocols {
Expand Down

0 comments on commit 02a621a

Please sign in to comment.