Documentation ¶
Index ¶
- type T
- func (s *T) Ack(ctx context.Context, req *pb.AckRq) (*pb.AckRs, error)
- func (s *T) ConsumeNAck(ctx context.Context, req *pb.ConsNAckRq) (*pb.ConsRs, error)
- func (s *T) ErrorCh() <-chan error
- func (s *T) GetOffsets(ctx context.Context, req *pb.GetOffsetsRq) (*pb.GetOffsetsRs, error)
- func (s *T) Produce(ctx context.Context, req *pb.ProdRq) (*pb.ProdRs, error)
- func (s *T) Start()
- func (s *T) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct {
// contains filtered or unexported fields
}
func (*T) ConsumeNAck ¶ added in v0.13.0
ConsumeNAck implements pb.KafkaPixyServer
func (*T) ErrorCh ¶
ErrorCh returns an output channel that HTTP server running in another goroutine will use if it stops with error if one occurs. The channel will be closed when the server is fully stopped due to an error or otherwise..
func (*T) GetOffsets ¶ added in v0.14.0
func (s *T) GetOffsets(ctx context.Context, req *pb.GetOffsetsRq) (*pb.GetOffsetsRs, error)
Click to show internal directories.
Click to hide internal directories.