Useful Links
New Zealand Government information can be found at this link: https://www.govt.nz/ and list of government organizations : https://www.govt.nz/organisations/
Is key required as part of sending messages to Kafka?
KeyedMessage<String, byte[]> keyedMessage = new KeyedMessage<String, byte[]>(request.getRequestTopicName(), SerializationUtils.serialize(message)); producer.send(keyedMessage); Curren…

