|
@@ -142,7 +142,7 @@ const SendMessage: React.FC = () => {
|
|
key: !key ? null : key,
|
|
key: !key ? null : key,
|
|
content: !content ? null : content,
|
|
content: !content ? null : content,
|
|
headers,
|
|
headers,
|
|
- partition,
|
|
|
|
|
|
+ partition: !partition ? 0 : partition,
|
|
},
|
|
},
|
|
});
|
|
});
|
|
dispatch(fetchTopicDetails({ clusterName, topicName }));
|
|
dispatch(fetchTopicDetails({ clusterName, topicName }));
|