Description
Currently on TC, both `null` and `empty string` will be accepted and a new pid will be returned. However, on the producer client end empty string transactional id is not allowed, and if user specifically set it with empty string RTE will be thrown.
We can make TC's behavior consistent with client to also reject empty string transactional id.