zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter
MIT License
13 stars 8 forks source link

use Zonky embedded postgres instead of opentable one for tests. #179

Closed ePaul closed 1 year ago

ePaul commented 1 year ago

This allows to use a newer postgresql version without much other changes.

The otj-pg-embedded 0.7.1 was using postgresql 9.5, which is outdated for several years, and doesn't know CREATE PUBLICATION (which I wanted to add to #174).

Current versions of otj-pg-embedded use docker images, which I didn't want to go into.

fbrns commented 1 year ago

👍

ePaul commented 1 year ago

:+1: