Skip to content

Commit

Permalink
Fixing messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 22, 2024
1 parent b1119e7 commit 55445b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ allTopic.display=Topic to publish to and being subscribed to for object class __
allTopic.help=A topic is similar to a folder in a filesystem, and the events are the files in that folder.
consumerPollMillis.display=The maximum number of milliseconds to block while polling
consumerPollMillis.help=Polling returns immediately if there are records available or if the position advances past control records; otherwise, it will await the passed timeout: if the timeout expires, an empty record set will be returned.
consumerGroupId.display=Consumer Group id
consumerGroupId.help=A unique string that identifies the consumer group this consumer belongs to.
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ allTopic.display=Topic su cui pubblicare e di cui essere abbonati per l'object c
allTopic.help=Un topic \u00e8 simile a una cartella in un file system e gli eventi sono i file contenuti in quella cartella.
consumerPollMillis.display=Numero massimo di millisecondi da bloccare durante il polling
consumerPollMillis.help=Il polling restituisce un risultato immediato se ci sono record disponibili o se la posizione supera i record di controllo; in caso contrario, attender\u00e0 il timeout trascorso: se il timeout scade, verr\u00e0 restituito un set di record vuoto.
consumerGroupId.display=Id gruppo consumer
consumerGroupId.help=Una stringa univoca che identifica il gruppo di consumer a cui appartiene questo consumer.

0 comments on commit 55445b7

Please sign in to comment.