-
Couldn't load subscription status.
- Fork 14.8k
KAFKA-19112 Unifying LIST-Type Configuration Validation and Default Values #20334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
304c11e
add new list validator method
m1a2st 68f281f
sasl.oauthbearer.expected.audience
m1a2st 247bca3
ssl.cipher.suites, ssl.enabled.protocols
m1a2st 6cbf14b
process.roles
m1a2st 8e196f1
StreamsConfig
m1a2st 17bbcc3
GroupCoordinatorConfig
m1a2st 92f9b95
fix stream test
m1a2st a2aef18
MirrorClientConfig, AdminClientConfig, BrokerApiVersionsCommand$Admin…
m1a2st a58c3c3
MirrorSourceTaskConfig, MirrorCheckpointTaskConfig,
m1a2st 3171385
RestServerConfig, ServerConfigs
m1a2st 61ae799
listeners
m1a2st 7fe1fb3
log.dirs
m1a2st a3b3920
ClientMetricsConfigs, MetricConfigs, ReplaceField, MaskField
m1a2st 5d3f504
MaskField, HeaderFrom, DropHeaders, SinkConnectorConfig, WorkerConfig
m1a2st 30cf8ee
MirrorMakerConfig,
m1a2st f603b75
remove NonEmptyListValidator.java
m1a2st 322a991
spotlessApply
m1a2st adc5c95
Revert "remove NonEmptyListValidator.java"
m1a2st c98d261
update HeaderFrom config
m1a2st 6b3bb4d
fix consumerConfig BOOTSTRAP_SERVERS_CONFIG
m1a2st 053957b
fix ConsumerConfig
m1a2st 4952999
update bootstrap.server config
m1a2st 8f067b3
fix some build fail
m1a2st a986cb9
spotlessApply
m1a2st 9402ef1
fix MirrorClientConfig
m1a2st bd6f2fa
fix LogConfigTest and KRaftClusterTest
m1a2st 780e964
fix MirrorClientConfig and test
m1a2st 27b3091
fix CommonNameLoggingSslEngineFactoryTest add null check back
m1a2st 15718a7
fix KafkaConsumerTest
m1a2st b395ed2
fix KafkaProducerTest, AdminBootstrapAddressesTest
m1a2st 583955a
update BOOTSTRAP_SERVERS_CONFIG related config
m1a2st 4c7ac76
update MockProcessorContext related test
m1a2st d80d02a
MirrorClientConfig and test
m1a2st 8f6e3b7
fix StateDirectoryTest and TimeOrderedKeyValueBufferTest
m1a2st 29a1dd3
fix ConsumerConfigTest, ConsumerPartitionAssignorTest, GroupRebalance…
m1a2st 6cfad77
fix other tests
m1a2st 4b7cd4e
fix NetworkClientDelegateTest
m1a2st c66ec10
update WorkerConfig
m1a2st d2a048b
spotlessApply
m1a2st 9c7fcee
fix the WorkerConfig related test
m1a2st 58cea0f
update the null checker for config.providers and consumer assignors
m1a2st b281ee2
revert config.providers
m1a2st 3818848
addressed some comments
m1a2st 193245d
remove unused import
m1a2st 7a60356
addressed by comments
m1a2st d50e593
addressed by comments
m1a2st ececcb7
updated the HeaderFrom headers
m1a2st 236092c
updated the controller.listener.names
m1a2st 6824321
update the LogConfig validate remote storage logic
m1a2st 5b77cb4
fix empty listener name test and update the advertised.listeners
m1a2st 525cea6
update the UnifiedLog logic and new test
m1a2st 0a9d974
Merge branch 'trunk' into KAFKA-19112
m1a2st 9e419d6
fix build error
m1a2st 92f1d8f
addressed by comment
m1a2st 3c36c66
updated the HeaderFrom
m1a2st be79947
Fix other tests
m1a2st b607bbb
Merge branch 'trunk' into KAFKA-19112
m1a2st 324b95f
Merge branch 'trunk' into KAFKA-19112
m1a2st 1b4aa7f
addressed by comments
m1a2st 234fc0b
update the AbstractKafkaConfig
m1a2st 0b0bd80
Merge branch 'trunk' into KAFKA-19112
m1a2st a50002d
addressed by comments
m1a2st 61c1b10
fix the consumer and producer test
m1a2st 7ac09fd
update the ValueToKey
m1a2st 5482d64
spotlessApply
m1a2st fc14094
Merge branch 'trunk' into KAFKA-19112
m1a2st 8d2d377
updated the test naming
m1a2st 8f806e4
updated the test naming
m1a2st 612497a
Merge branch 'trunk' into KAFKA-19112
m1a2st d2b7bda
addressed by comments
m1a2st f2edfc3
addressed by comments
m1a2st fd8176c
fix Tls related test
m1a2st 93b36f1
fix Tls related test
m1a2st f4e6576
fix fail test
m1a2st 84cf2c7
Merge branch 'trunk' into KAFKA-19112
m1a2st 8e50b4b
addressed by comments
m1a2st 65877f2
add upgrade.html section
m1a2st 4b92c21
Merge branch 'trunk' into KAFKA-19112
m1a2st 66e9a51
resolve conflict
m1a2st f454ec9
add cleanup.policy section
m1a2st 3f081c5
Merge branch 'trunk' into KAFKA-19112
m1a2st 847c062
update the default value
m1a2st 430b3a4
Merge branch 'trunk' into KAFKA-19112
m1a2st d2d03b0
addressed by comment
m1a2st c9457be
fix sting cast
m1a2st 34db392
add override
m1a2st b5b5053
fix object cast to string
m1a2st 43c4155
update the valid logic
m1a2st cd05c49
Merge branch 'trunk' into KAFKA-19112
m1a2st File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.