by Jesse Anderson | Nov 16, 2016 | Blog, Business, Data Engineering, NP |
Unit testing your Kafka code is incredibly important. It’s transporting your most important data. This is especially true for your Consumers. They are the end point for using the data. There are often many different Consumers using the data. You’ll want to...