diff --git a/app.py b/app.py index 3f19a36..61cd01a 100644 --- a/app.py +++ b/app.py @@ -40,7 +40,7 @@ class XProcess(Process): type_ = data['#type'] del data['#type'] ts = int(time.time()) - data['unique_id'] = f'{msg.partition}-{msg.offset}' + data['properties']['unique_id'] = f'{msg.partition}-{msg.offset}' if 'user' in type_: # continue