You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"- Offsets track the position of consumers in each partition, allowing resumption after failures\n"+
48
48
"- Partitions are independent ordered sequences of messages that enable parallel processing\n\n"+
49
49
"This tool provides a temporary consumer instance for diagnostic and testing purposes. "+
50
-
"It does not commit offsets back to Kafka unless the 'group' parameter is explicitly specified.\n\n"+
50
+
"It does not commit offsets back to Kafka unless the 'group' parameter is explicitly specified. Do not use this tool for Pulsar protocol operations. Use 'pulsar_client_consume' instead.\n\n"+
51
51
"Usage Examples:\n\n"+
52
52
"1. Basic consumption - Get 10 earliest messages from a topic:\n"+
"- Messages can include a key, which determines the partition assignment (consistent hashing)\n"+
50
50
"- Headers can be added to messages to include metadata without affecting the message payload\n"+
51
51
"- Partitions enable parallel processing and ordered delivery within a single partition\n\n"+
52
-
"This tool provides a simple producer instance for diagnostic and testing purposes.\n\n"+
52
+
"This tool provides a simple producer instance for diagnostic and testing purposes. Do not use this tool for Pulsar protocol operations. Use 'pulsar_client_produce' instead.\n\n"+
53
53
"Usage Examples:\n\n"+
54
54
"1. Basic message production - Send a simple message to a topic:\n"+
0 commit comments