Add new Maven module to manage NBI Notifications
[transportpce.git] / nbinotifications / src / main / resources / publisher.properties
1 #Kafka Producer/AdminClient properties
2 bootstrap.servers=localhost:9092
3 acks=all
4 retries=3
5 max.in.flight.requests.per.connection=1
6 batch.size=16384
7 linger.ms=1
8 buffer.memory=33554432