forked from opensearch-project/data-prepper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix kafka plugin dependencies. (opensearch-project#4169)
1. Integration test dependencies were being pulled in when compiling source code and unit tests. 2. The wrong namespace for json-schema-validator was being used. 3. Remove catching BrokerEndPointNotAvailableException because that exception will not be thrown by Kafka clients.3. Remove catching BrokerEndPointNotAvailableException because that exception will not be thrown by Kafka clients.3. Remove catching BrokerEndPointNotAvailableException because that exception will not be thrown by Kafka clients. Signed-off-by: Adi Suresh <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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 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 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