Deprecate ProducerBuilderConfigurationUtil (#602)

This utility class is only used by the Pulsar SCSt binder and the
functionality has been moved into the binder project.
This commit is contained in:
Chris Bono
2024-03-13 22:59:09 -05:00
committed by GitHub
parent 594e5b4d50
commit d494406899

View File

@@ -34,7 +34,9 @@ import org.apache.pulsar.client.api.ProducerBuilder;
* Should be removed once the above issue is fixed.
*
* @author Chris Bono
* @deprecated since 1.1.0 for removal in 1.2.0
*/
@Deprecated(since = "1.1.0", forRemoval = true)
public final class ProducerBuilderConfigurationUtil {
private ProducerBuilderConfigurationUtil() {