Skip to content

Commit

Permalink
chore: upgrade redpanda container
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Dec 18, 2023
1 parent 4627930 commit f66fc46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import io.typestream.testing.kafka.KafkaProducerWrapper
import io.typestream.testing.model.TestRecord
import org.testcontainers.redpanda.RedpandaContainer

class TestKafka : RedpandaContainer("docker.redpanda.com/vectorized/redpanda:v23.2.16") {
class TestKafka : RedpandaContainer("docker.redpanda.com/vectorized/redpanda:v23.2.19") {
fun produceRecords(topic: String, encoding: String, vararg records: TestRecord): List<TestRecord> {
val adminClient = AdminClientWrapper(bootstrapServers)
adminClient.createTopics(topic)
Expand Down

0 comments on commit f66fc46

Please sign in to comment.