PubSub records may be a table, overriding the following:

{
  topic = 'override', -- will use this over the mirror's destination table
  key = 'ordering key',
  value = 'record value',
  headers = {
    header1 = 'value1',
	header2 = 'value2',
  },
}