Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time misalignment implementation: Introducing with new message time header #29

Merged
merged 3 commits into from
Dec 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
Abdulsametileri committed Dec 3, 2022
commit 355f60bdff4dbc1be5e6df2549cbfda9fbe5b8f5
3 changes: 2 additions & 1 deletion internal/cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package internal

import (
"context"
"github.com/Trendyol/kafka-cronsumer/pkg/kafka"
"time"

"github.com/Trendyol/kafka-cronsumer/pkg/kafka"

"github.com/Trendyol/kafka-cronsumer/pkg/logger"

gocron "github.com/robfig/cron/v3"
Expand Down