mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
updating topic/partition/offset order (#2250)
* updating order of topic/partition/offset in log message
(cherry picked from commit dd30168b1c)
This commit is contained in:
parent
d2a4ca3168
commit
bf00d028c7
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ func (r *Record) Commit(ctx context.Context) error {
|
|||
|
||||
if r.src.Verbose {
|
||||
for _, o := range committedOffsets {
|
||||
r.src.Log.Debugf("p: %v t: %v o: %v", o.Partition, *o.Topic, o.Offset)
|
||||
r.src.Log.Debugf("t: %v p: %v o: %v", *o.Topic, o.Partition, o.Offset)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue