|
@@ -10,9 +10,9 @@ public class ProducerTest {
|
|
|
public static void main(String[] args) {
|
|
|
Properties properties = new Properties();
|
|
|
|
|
|
- properties.put(PropertyKeyConst.AccessKey, "LTAImNZed054h0YV");
|
|
|
+ properties.put(PropertyKeyConst.AccessKey, "");
|
|
|
|
|
|
- properties.put(PropertyKeyConst.SecretKey, "8hmhlhiQ2ikmVeLKujwMNWsktFpSzm");
|
|
|
+ properties.put(PropertyKeyConst.SecretKey, "");
|
|
|
|
|
|
properties.setProperty(PropertyKeyConst.SendMsgTimeoutMillis, "3000");
|
|
|
|