[jira] [Comment Edited] (THRIFT-5283) Ability to listen over unix socket in thrift Rust crate

2022-03-30 Thread tokcum (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514922#comment-17514922 ] tokcum edited comment on THRIFT-5283 at 3/30/22, 10:26 PM: --- [~

[jira] [Updated] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5541: --- Component/s: Documentation > Header spec is ambiguous about key format > ---

[jira] [Commented] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514935#comment-17514935 ] Jens Geyer commented on THRIFT-5541: {quote}I would recommend explicitly stating how

[GitHub] [thrift] fishy opened a new pull request #2551: THRIFT-5541: Clarify on THeader key/value format in the spec

2022-03-30 Thread GitBox
fishy opened a new pull request #2551: URL: https://github.com/apache/thrift/pull/2551 [skip ci] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[jira] [Commented] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Marco Ferrer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514932#comment-17514932 ] Marco Ferrer commented on THRIFT-5541: -- To quote something mentioned in our interna

[jira] [Comment Edited] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Marco Ferrer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514928#comment-17514928 ] Marco Ferrer edited comment on THRIFT-5541 at 3/30/22, 8:27 PM: --

[jira] [Commented] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Marco Ferrer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514928#comment-17514928 ] Marco Ferrer commented on THRIFT-5541: -- If the current definition is viewed as suff

[jira] [Commented] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514923#comment-17514923 ] Yuxuan Wang commented on THRIFT-5541: - This is [clearly defined in the spec|https:/

[jira] [Commented] (THRIFT-5283) Ability to listen over unix socket in thrift Rust crate

2022-03-30 Thread tokcum (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514922#comment-17514922 ] tokcum commented on THRIFT-5283: [~prateeknischal] : I'm not able to resolve this issue.

[jira] [Commented] (THRIFT-5542) Ability to listen on Windows named pipe in thrift Rust crate

2022-03-30 Thread tokcum (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514921#comment-17514921 ] tokcum commented on THRIFT-5542: My personal driver behind this feature request, is osqu

[jira] [Commented] (THRIFT-5283) Ability to listen over unix socket in thrift Rust crate

2022-03-30 Thread Tobias Mucke (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514919#comment-17514919 ] Tobias Mucke commented on THRIFT-5283: -- [~allengeorge], thank you for merging. That

[jira] [Created] (THRIFT-5542) Ability to listen on Windows named pipe in thrift Rust crate

2022-03-30 Thread Tobias Mucke (Jira)
Tobias Mucke created THRIFT-5542: Summary: Ability to listen on Windows named pipe in thrift Rust crate Key: THRIFT-5542 URL: https://issues.apache.org/jira/browse/THRIFT-5542 Project: Thrift

[jira] [Created] (THRIFT-5541) Header spec is ambiguous about key format

2022-03-30 Thread Marco Ferrer (Jira)
Marco Ferrer created THRIFT-5541: Summary: Header spec is ambiguous about key format Key: THRIFT-5541 URL: https://issues.apache.org/jira/browse/THRIFT-5541 Project: Thrift Issue Type: Docume

Call for Presentations now open, ApacheCon North America 2022

2022-03-30 Thread Rich Bowen
[You are receiving this because you are subscribed to one or more user or dev mailing list of an Apache Software Foundation project.] ApacheCon draws participants at all levels to explore “Tomorrow’s Technology Today” across 300+ Apache projects and their diverse communities. ApacheCon showcases t

[jira] [Commented] (THRIFT-5283) Ability to listen over unix socket in thrift Rust crate

2022-03-30 Thread Allen George (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514565#comment-17514565 ] Allen George commented on THRIFT-5283: -- [~tokcum] Yes - splitting Windows pipe supp

[GitHub] [thrift] allengeorge merged pull request #2545: THRIFT-5283: add support for Unix Domain Sockets in lib/rs

2022-03-30 Thread GitBox
allengeorge merged pull request #2545: URL: https://github.com/apache/thrift/pull/2545 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubsc