changed kafka consumer group annotation to plural

This commit is contained in:
Nir Gazit
2021-01-13 09:56:31 +02:00
parent 846cd36f63
commit 31a7ab935f
+1 -1
View File
@@ -14,4 +14,4 @@
* limitations under the License.
*/
export const KAFKA_CONSUMER_GROUP_ANNOTATION =
'kafka.apache.org/consumer-group';
'kafka.apache.org/consumer-groups';