Skip to content

Commit

Permalink
Add serverUrl to ExchangisClientConfigBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftlin committed Sep 6, 2024
1 parent 978da23 commit 9e041e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ExchangisClientConfigBuilder extends ClientConfigBuilder{
readTimeout = HttpClientConfiguration.SOCKET_READ_TIMEOUT.getValue.longValue()
// Linkis client, use token auth default
dwsVersion = ClientConfiguration.LINKIS_DWS_VERSION.getValue
serverUrl = ClientConfiguration.LINKIS_SERVER_URL.getValue
discoveryEnabled = ClientConfiguration.LINKIS_DISCOVERY_ENABLED.getValue
discoveryFrequency(ClientConfiguration.LINKIS_DISCOVERY_FREQUENCY_PERIOD.getValue, TimeUnit.MINUTES)
loadbalancerEnabled = ClientConfiguration.LINKIS_LOAD_BALANCER_ENABLED.getValue
Expand Down

0 comments on commit 9e041e5

Please sign in to comment.