Skip to content

Commit

Permalink
update connector record
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed May 20, 2024
1 parent c8894cf commit 6e70ae7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.eventmesh.openconnect.offsetmgmt.api.data.canal;
package org.apache.eventmesh.common.remote.offset.canal;

import org.apache.eventmesh.common.remote.offset.RecordOffset;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.eventmesh.openconnect.offsetmgmt.api.data.canal;
package org.apache.eventmesh.common.remote.offset.canal;

import org.apache.eventmesh.common.remote.offset.RecordPartition;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
* limitations under the License.
*/

package org.apache.eventmesh.openconnect.offsetmgmt.api.data.rocketmq;
package org.apache.eventmesh.common.remote.offset.rocketmq;

import org.apache.eventmesh.common.remote.offset.RecordOffset;

import java.util.Map;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
* limitations under the License.
*/

package org.apache.eventmesh.openconnect.offsetmgmt.api.data.rocketmq;
package org.apache.eventmesh.common.remote.offset.rocketmq;

import org.apache.eventmesh.common.remote.offset.RecordPartition;

import java.util.Map;
import java.util.Objects;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;


Expand Down

0 comments on commit 6e70ae7

Please sign in to comment.