This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
You've already forked java-tutorials
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
java-tutorials
/
apache-kafka-2
/
src
/
test
History
Amol Gote
6e758b8438
The test names should be LiveTest not IntegrationTest, as per the other similar tests in this module. This naming is used to mark these tests as manually runnable only, since they are heavy tests that spin up a container, so we don't want them to be run as part of the automatic CI build. Same for the other tests.
2023-11-05 21:39:02 -05:00
..
java/com/baeldung
/kafka
The test names should be LiveTest not IntegrationTest, as per the other similar tests in this module. This naming is used to mark these tests as manually runnable only, since they are heavy tests that spin up a container, so we don't want them to be run as part of the automatic CI build. Same for the other tests.
2023-11-05 21:39:02 -05:00
resources
Removing slf4j-log4j12, deleting log4j.properties and adding a standard src/test/resources/logback.xml, since the Kafka libraries use the logback SLF4J binding.
2023-11-04 18:33:09 -04:00