Skip to content

Commit

Permalink
add link to topic configuration list
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlio committed Sep 16, 2024
1 parent affff3b commit fd0644d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Kafka/ForTesting/RDKafkaClient+Topic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extension RDKafkaClient {
/// Create a topic with a unique name (`UUID`).
/// Blocks for a maximum of `timeout` milliseconds.
/// - Parameter partitions: Partitions in topic (default: -1 - default for broker)
/// - Parameter config: Topic configuration, if empty broker defaults are used.
/// - Parameter config: Topic configuration, if empty broker defaults are used. See https://kafka.apache.org/documentation.html#topicconfigs
/// - Parameter timeout: Timeout in milliseconds.
/// - Returns: Name of newly created topic.
/// - Throws: A ``KafkaError`` if the topic creation failed.
Expand All @@ -36,7 +36,7 @@ extension RDKafkaClient {
/// Create a topic with specified name
/// Blocks for a maximum of `timeout` milliseconds.
/// - Parameter partitions: Partitions in topic (default: -1 - default for broker)
/// - Parameter config: Topic configuration, if empty broker defaults are used.
/// - Parameter config: Topic configuration, if empty broker defaults are used. See https://kafka.apache.org/documentation.html#topicconfigs
/// - Parameter timeout: Timeout in milliseconds.
/// - Returns: Name of newly created topic.
/// - Throws: A ``KafkaError`` if the topic creation failed.
Expand Down

0 comments on commit fd0644d

Please sign in to comment.