Skip to content

Commit

Permalink
Avoid EmbeddedKafka.createCustomTopic (#1448)
Browse files Browse the repository at this point in the history
... because it has a very low timeout
(embeddedkafka/embedded-kafka#548) which
doesn't work well on a busy low-end build machine.

Also: move admin tests to correct package.
  • Loading branch information
erikvanoosten authored Feb 2, 2025
1 parent 3e0ff09 commit 29d1031
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 73 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package zio.kafka
package zio.kafka.admin

import zio._
import zio.kafka.ZIOSpecDefaultSlf4j
import zio.kafka.admin.acl._
import zio.kafka.admin.resource.{ PatternType, ResourcePattern, ResourcePatternFilter, ResourceType }
import zio.kafka.testkit._
Expand Down
Loading

0 comments on commit 29d1031

Please sign in to comment.