The seeding in products service does work. But sending the data via kafka to the shopping cart service makes issues, specially for the first startup.
The problem is that the kafka broker sometimes start completly new and all commits are gone. Therefore the created datasets that could not ve been read by the shopping-cart service are gone.