Commit graph

10 commits

Author SHA1 Message Date
HHans09
2bb23d0194 FB 1646 : Code updated to make the debug message more helpful 2022-10-11 11:06:31 -04:00
HHans09
321fa24831 FB-1646 : UPdated code post code review 2022-10-11 11:06:31 -04:00
HHans09
c74509c578 FB-1646 Removed Debugf messages that does not make sense 2022-10-11 11:06:31 -04:00
HHans09
330711cfaf UPdated the code to remove declared but unused variables - committedOffsets, stv & iv 2022-10-11 11:06:31 -04:00
HHans09
6597799600 Removed Debugf messages that does not make sense 2022-10-11 11:06:31 -04:00
rachithrr
6c21910291 FB-1674: Kafka consumer stops reading messages from topic (#2222)
Added condition to first sort by topic, followed by partition and offset.
2022-10-11 11:06:31 -04:00
CLoZengineer
9887a6c6d2 fix: updating code to meet linting requirements (#2171)
* removes unused filesize function

* removes ioutil usage

* updates ioutil.ReadAll to io.ReadAll

* updates ioutil.TempFile to os.CreateTemp

* updates ioutil.TempDir to os.MkdirTemp

* updates ioutil.ReadAll to os.ReadAll

* update ioutil.WriteFile to os.WriteFile

* updates ioutil.Discard to io.Discard

* updates ioutil.ReadDir to os.ReadDir where applicable

* removes unused code in idk

* creates type to use for context value keys

* replaces assert.Nil with assert.NoError for error checks
2022-10-11 11:06:31 -04:00
CLoZengineer
e61ef2a4da
fix: fixes unkeyed composite literal (#2168)
Co-authored-by: Christopher Lowenthal <christopher.lowenthal@molecula.com>
2022-09-22 10:45:37 -04:00
Fletcher Haynes
da9b57bd45 Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
Fletcher Haynes
eb06bb50ae Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00