Skip to content

Commit 224b562

Browse files
authored
1 parent b75372b commit 224b562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Confluent.Kafka/DependentProducerBuilder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ namespace Confluent.Kafka
2323
/// <summary>
2424
/// A builder class for <see cref="IProducer{TKey, TValue}" /> instance
2525
/// implementations that leverage an existing client handle.
26+
///
27+
/// [API-SUBJECT-TO-CHANGE] - This class may be removed in the future
28+
/// in favor of an improved API for this functionality.
2629
/// </summary>
2730
public class DependentProducerBuilder<TKey, TValue>
2831
{

0 commit comments

Comments
 (0)