Skip to content

Commit

Permalink
[ISSUE #4267] Optimized [GrpcEventMeshCloudEventProtocolResolver]
Browse files Browse the repository at this point in the history
  • Loading branch information
devCod3r committed Jul 25, 2023
1 parent d1ef6d7 commit 11c5639
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@

package org.apache.eventmesh.protocol.cloudevents.resolver.grpc;


import java.util.Objects;
import org.apache.eventmesh.common.protocol.grpc.cloudevents.CloudEvent;
import org.apache.eventmesh.common.protocol.grpc.cloudevents.CloudEventBatch;
import org.apache.eventmesh.common.protocol.grpc.common.EventMeshCloudEventWrapper;

import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.stream.Collectors;

import io.cloudevents.core.format.EventFormat;
Expand Down

0 comments on commit 11c5639

Please sign in to comment.