Skip to content

Commit

Permalink
add encode
Browse files Browse the repository at this point in the history
  • Loading branch information
wanght001 committed Nov 11, 2022
1 parent 437211a commit 8dc8a8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.apache.eventmesh.connector.redis.client.RedissonClient;

import java.net.URI;
import java.nio.charset.StandardCharsets;
import java.time.OffsetDateTime;
import java.util.Properties;
import java.util.concurrent.CountDownLatch;
Expand All @@ -35,7 +36,6 @@

import io.cloudevents.CloudEvent;
import io.cloudevents.core.builder.CloudEventBuilder;
import java.nio.charset.StandardCharsets;

public class RedisConsumerTest extends AbstractRedisServer {

Expand Down

0 comments on commit 8dc8a8f

Please sign in to comment.