1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-12-08 00:32:42 +02:00

сделал telegram_client.go

This commit is contained in:
Nikitin Aleksandr
2023-05-19 16:05:54 +03:00
parent c03e2072bd
commit 53f4efc185
3465 changed files with 731510 additions and 24593 deletions

View File

@@ -49,7 +49,7 @@ type FetchResponse struct {
Topic string
Partition int
// Informations about the topic partition layout returned from the broker.
// Information about the topic partition layout returned from the broker.
//
// LastStableOffset requires the kafka broker to support the Fetch API in
// version 4 or above (otherwise the value is zero).