Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/do-ut.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ foreach ($SKIP_TEST in $SKIP_TESTS) {
}

$GLOBAL_OPTS="-DFLB_BACKTRACE=Off -DFLB_SHARED_LIB=Off -DFLB_ALL=On -DFLB_DEBUG=On -DFLB_EXAMPLES=Off"
mkdir build
mkdir build -Force
cd build
Write-Host cmake -G """$ENV:msvc""" -DCMAKE_BUILD_TYPE="$ENV:configuration" $GLOBAL_OPTS -DFLB_TESTS_INTERNAL=On -DCIO_BACKEND_FILESYSTEM=Off $SKIP ../
# Use Start-Process to pass 9 or more arguments
Expand Down
2 changes: 1 addition & 1 deletion plugins/out_kafka/librdkafka-0.11.6/src/rdkafka_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ struct rd_kafka_s {

rd_kafka_conf_t rk_conf;
rd_kafka_q_t *rk_logq; /* Log queue if `log.queue` set */
char rk_name[128];
char rk_name[256];
rd_kafkap_str_t *rk_client_id;
rd_kafkap_str_t *rk_group_id; /* Consumer group id */

Expand Down
2 changes: 1 addition & 1 deletion plugins/out_kafka/librdkafka-0.11.6/src/rdkafka_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ int rd_kafkap_bytes_cmp_data (const rd_kafkap_bytes_t *a,
typedef struct rd_kafka_buf_s rd_kafka_buf_t;


#define RD_KAFKA_NODENAME_SIZE 128
define RD_KAFKA_NODENAME_SIZE 256



Expand Down