Fix credo findings
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
defmodule ConsumerOffsetsGenConsumer do
|
||||
|
||||
@moduledoc """
|
||||
Genserver implementation to consume new messages on topic '__consumer_offsets'
|
||||
"""
|
||||
|
||||
use KafkaEx.GenConsumer
|
||||
|
||||
alias KafkaEx.Protocol.Fetch.Message
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
defmodule KafkaexLagExporter do
|
||||
|
||||
@moduledoc """
|
||||
Supervisor to start the '__consumer__offsets' watcher child
|
||||
"""
|
||||
|
||||
use Application
|
||||
|
||||
def start(_type, _args) do
|
||||
|
||||
Reference in New Issue
Block a user