File tree 2 files changed +1
-3
lines changed
Sources/SwiftKafka/Configuration
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ public enum KafkaConfiguration {
169
169
}
170
170
}
171
171
172
- // TODO: what to do here?
173
172
/// SSL options.
174
173
public struct SSLOptions : Sendable , Hashable {
175
174
/// Path to client's private key (PEM) used for authentication.
@@ -194,7 +193,6 @@ public enum KafkaConfiguration {
194
193
public var keystorePassword : String = " "
195
194
}
196
195
197
- // TODO: what to do here? -> follow up ticket
198
196
/// SASL options.
199
197
public struct SASLOptions : Sendable , Hashable {
200
198
/// SASL mechanism to use for authentication.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
18
18
19
19
function replace_acceptable_years() {
20
20
# this needs to replace all acceptable forms with 'YEARS'
21
- sed -e ' s/20[12][789012]-20[12][89012 ]/YEARS/' -e ' s/20[12][89012 ]/YEARS/'
21
+ sed -e ' s/20[12][789012]-20[12][890123 ]/YEARS/' -e ' s/20[12][890123 ]/YEARS/'
22
22
}
23
23
24
24
printf " => Checking for unacceptable language... "
You can’t perform that action at this time.
0 commit comments