<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting started with the Dapr client Java SDK on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-client/</link><description>Recent content in Getting started with the Dapr client Java SDK on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-client/index.xml" rel="self" type="application/rss+xml"/><item><title>Properties</title><link>https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-client/properties/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/sdks/java/java-client/properties/</guid><description>&lt;h1 id="properties">Properties&lt;/h1>
&lt;p>The Dapr Java SDK provides a set of global properties that control the behavior of the SDK. These properties can be configured using environment variables or system properties. System properties can be set using the &lt;code>-D&lt;/code> flag when running your Java application.&lt;/p>
&lt;p>These properties affect the entire SDK, including clients and runtime. They control aspects such as:&lt;/p>
&lt;ul>
&lt;li>Sidecar connectivity (endpoints, ports)&lt;/li>
&lt;li>Security settings (TLS, API tokens)&lt;/li>
&lt;li>Performance tuning (timeouts, connection pools)&lt;/li>
&lt;li>Protocol settings (gRPC, HTTP)&lt;/li>
&lt;li>String encoding&lt;/li>
&lt;/ul>
&lt;h2 id="environment-variables">Environment Variables&lt;/h2>
&lt;p>The following environment variables are available for configuring the Dapr Java SDK:&lt;/p></description></item></channel></rss>