cubbuk
cubbuk
Is there a way to get a unique identifier from binlogs for each log, something like uuid for example? I am sending logs to a kinesis stream and there is...
I am following the azure event hub [documentation](https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-connect-debezium#test-change-data-capture) for consuming messages from a topic. I have created a kafkacat.conf file similar to following ``` metadata.broker.list=.servicebus.windows.net:9093 security.protocol=SASL_SSL sasl.mechanisms=PLAIN sasl.username=$ConnectionString sasl.password= socket.timeout.ms=30000...
Hi, I want to download a file from server. I can make rest calls to the server, but when the response is a stream I got an error similar to...